Test Indices
(self)
| 27 | pass |
| 28 | |
| 29 | def testIndices(self): |
| 30 | """Test Indices""" |
| 31 | # FIXME: construct object with mandatory attributes with example values |
| 32 | # model = Indices() # noqa: E501 |
| 33 | pass |
| 34 | |
| 35 | |
| 36 | if __name__ == "__main__": |
nothing calls this directly
no outgoing calls
no test coverage detected