(self)
| 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): |
nothing calls this directly
no outgoing calls
no test coverage detected