From a711448ed5d6993f4d2063e354a13af53dd7e050 Mon Sep 17 00:00:00 2001 From: 苏向夜 Date: Sun, 21 Jan 2024 22:48:32 +0800 Subject: :sparkles: feat(test): add uninstall test --- tests/test_api.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/test_api.py b/tests/test_api.py index ae3c023..6f36981 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -26,3 +26,7 @@ def test_install(): api.build("test") api.install("./test/dist/test-0.1.0.ipk") shutil.rmtree("test", ignore_errors=True) + + +def test_uninstall(): + api.uninstall("test", confirm=True) -- cgit v1.2.3-70-g09d2