diff --git a/jarvis/__init__.py b/jarvis/__init__.py index 42742fda..9382a64d 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