MCPcopy Create free account
hub / github.com/Kaggle/docker-python / TestJiter

Class TestJiter

tests/test_jiter.py:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import jiter
6
7class TestJiter(unittest.TestCase):
8 def test_version(self):
9 self.assertEqual(StrictVersion(jiter.__version__), StrictVersion("0.10.0"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected