diff --git a/jarvis/__init__.py b/jarvis/__init__.py index c93e8609..ee8691c5 100644 --- a/jarvis/__init__.py +++ b/jarvis/__init__.py @@ -11,3 +11,4 @@ def test(*args): path = os.path.join(os.path.split(__file__)[0], "tests") pytest.main(args=[path] + list(args)) + \ No newline at end of file