diff --git a/tests/src/python/test_authmanager_password_ows.py b/tests/src/python/test_authmanager_password_ows.py index 44d10c45acc..652b11d9ac3 100644 --- a/tests/src/python/test_authmanager_password_ows.py +++ b/tests/src/python/test_authmanager_password_ows.py @@ -269,5 +269,6 @@ class TestAuthManager(unittest.TestCase): setattr(self, args[0] + '_was_called', True) setattr(self, args[0] + '_args', args) + if __name__ == '__main__': unittest.main()