Test M44fVectorData by value return type
(self)
| 859 | pass |
| 860 | |
| 861 | def testByValueItem(self): |
| 862 | """Test M44fVectorData by value return type""" |
| 863 | BaseVectorDataTest.testByValueItem(self) |
| 864 | |
| 865 | class M44dVectorDataTest(BaseVectorDataTest, unittest.TestCase): |
| 866 |
nothing calls this directly
no test coverage detected