(self)
| 4371 | assert len(v) == 4 |
| 4372 | |
| 4373 | def test_get_version_string(self): |
| 4374 | s = get_version_string() |
| 4375 | assert isinstance(s, str) |
| 4376 | |
| 4377 | def test_get_full_version(self): |
| 4378 | s = get_full_version() |
nothing calls this directly
no test coverage detected