diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_api.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index 6f36981..9305b98 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -30,3 +30,9 @@ def test_install(): def test_uninstall(): api.uninstall("test", confirm=True) + + +def test_check(): + api.new("test") + api.check("test") + shutil.rmtree("test", ignore_errors=True) |
