From 55623b0cb2e0cb49f5ff4f456121b07c2376659c Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 17 Jan 2024 21:01:18 +0800 Subject: Delete tests/test_api.py --- tests/test_api.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tests/test_api.py 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") -- cgit v1.2.3-70-g09d2