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

Class TestNbdev

tests/test_nbdev.py:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import nbdev
4
5class TestNbdev(unittest.TestCase):
6 def test(self):
7 self.assertGreater(len(nbdev.__version__), 0)
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected