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

Method test_has_version

tests/test_fastai.py:17–18  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

15 import fastdownload
16
17 def test_has_version(self):
18 self.assertGreater(len(fastai.__version__), 2)
19
20 # based on https://github.com/fastai/fastai/blob/master/tests/test_torch_core.py#L17
21 def test_torch_tensor(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected