Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kaggle/docker-python
/ test_version
Method
test_version
tests/test_jiter.py:8–9 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
6
7
class
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