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

Class TestImport

tests/test_imports.py:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import unittest
2
3class TestImport(unittest.TestCase):
4 # Basic import tests for packages without any.
5 def test_basic(self):
6 import tensorflow_datasets
7 import segment_anything

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected