aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_internal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_internal.py')
-rw-r--r--tests/test_internal.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/test_internal.py b/tests/test_internal.py
deleted file mode 100644
index 321c9f5c..00000000
--- a/tests/test_internal.py
+++ /dev/null
@@ -1,11 +0,0 @@
-from infini.internal import require
-from ipm import api
-
-import shutil
-
-
-def test_internal():
- api.new("test_ipk")
- registers = require("test_ipk")
- assert registers
- shutil.rmtree("test_ipk")