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

Method test_version

tests/test_jupyter_server.py:6–10  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4
5class TestJupyterServer(unittest.TestCase):
6 def test_version(self):
7 from packaging.version import parse as parse_version
8 from importlib.metadata import version as pckg_version
9
10 self.assertTrue(parse_version(pckg_version("jupyter_server")) >= parse_version("2.0"))
11
12 def test_terminals(self):
13 import jupyter_server_terminals

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected