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

Method test_terminals

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

Source from the content-addressed store, hash-verified

10 self.assertTrue(parse_version(pckg_version("jupyter_server")) >= parse_version("2.0"))
11
12 def test_terminals(self):
13 import jupyter_server_terminals
14
15 self.assertTrue(hasattr(jupyter_server_terminals, "version_info"))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected