aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests/test_api.py
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-01-17 21:01:18 +0800
committerGitHub <noreply@github.com>2024-01-17 21:01:18 +0800
commit55623b0cb2e0cb49f5ff4f456121b07c2376659c (patch)
tree41ec6febf172bf23d6829a5096a898bb2e623906 /tests/test_api.py
parent5ad6f36c39d14c99c6d9f8f0d7db6653bd7d6e76 (diff)
downloadipm-55623b0cb2e0cb49f5ff4f456121b07c2376659c.tar.gz
ipm-55623b0cb2e0cb49f5ff4f456121b07c2376659c.zip
Delete tests/test_api.py
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
deleted file mode 100644
index e45bb77..0000000
--- a/tests/test_api.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from ipm.api import build, extract, install
-
-
-def test_build():
- build("C:\\Users\\fu050\\Desktop\\coc")
-
-
-def test_extract():
- build("C:\\Users\\fu050\\Desktop\\coc")
- extract("C:\\Users\\fu050\\Desktop\\coc\\dist\\coc-0.1.0-alpha.1.ipk")
-
-
-def test_install():
- build("C:\\Users\\fu050\\Desktop\\coc")
- install("C:\\Users\\fu050\\Desktop\\coc\\dist\\coc-0.1.0-alpha.1.ipk")