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

Method test_version

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

Source from the content-addressed store, hash-verified

7class TestSeaborn(unittest.TestCase):
8 # Fails if seaborn gets downgraded by other package installations.
9 def test_version(self):
10 self.assertGreaterEqual(StrictVersion(sns.__version__), StrictVersion("0.12.0"))
11
12
13 def test_option(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected