Test M33fVectorData by value return type
(self)
| 701 | pass |
| 702 | |
| 703 | def testByValueItem(self): |
| 704 | """Test M33fVectorData by value return type""" |
| 705 | BaseVectorDataTest.testByValueItem(self) |
| 706 | |
| 707 | class M33dVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 708 |
nothing calls this directly
no test coverage detected