diff options
Diffstat (limited to 'tests/test_api.py')
| -rw-r--r-- | tests/test_api.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test_api.py b/tests/test_api.py index caba429..490d192 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -1,11 +1,11 @@ -# from ipm import api +from ipm import api -# import shutil +import shutil -# def test_new(): -# api.new("test") -# shutil.rmtree("test", ignore_errors=True) +def test_new(): + api.new("test") + shutil.rmtree("test", ignore_errors=True) # def test_build(): |
