We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e612c23 commit 3ea31ffCopy full SHA for 3ea31ff
1 file changed
test/import_test.py
@@ -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