diff --git a/tests/test_all.py b/tests/test_all.py index 11f9c43..0036d3b 100755 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -6,11 +6,10 @@ def test_script(): subprocess.check_call(['findssh']) - + def test_mod(): findssh.run() - if __name__ == '__main__':