aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--tests/test_api.py4
1 files changed, 4 insertions, 0 deletions
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)