Skip to content

Commit 3ea31ff

Browse files
committed
small test
1 parent e612c23 commit 3ea31ff

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/import_test.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import importlib
2+
3+
def test_import_package():
4+
importlib.import_module("nichesphere")
5+
importlib.import_module("pycrosstalker")
6+

0 commit comments

Comments
 (0)