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

Method test_basic

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

Source from the content-addressed store, hash-verified

9class TestFastAI(unittest.TestCase):
10 # Basic import
11 def test_basic(self):
12 import fastai
13 import fastcore
14 import fastprogress
15 import fastdownload
16
17 def test_has_version(self):
18 self.assertGreater(len(fastai.__version__), 2)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected