Test ShortVectorData by value return type
(self)
| 947 | BaseVectorDataTest.testDivOperations(self) |
| 948 | |
| 949 | def testByValueItem(self): |
| 950 | """Test ShortVectorData by value return type""" |
| 951 | BaseVectorDataTest.testByValueItem(self) |
| 952 | |
| 953 | class UShortVectorDataTest(BaseVectorDataTest,unittest.TestCase): |
| 954 |
nothing calls this directly
no test coverage detected