Test M33dVectorData by value return type
(self)
| 780 | pass |
| 781 | |
| 782 | def testByValueItem(self): |
| 783 | """Test M33dVectorData by value return type""" |
| 784 | BaseVectorDataTest.testByValueItem(self) |
| 785 | |
| 786 | class M44fVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 787 |
nothing calls this directly
no test coverage detected