Browse Source

Pytest for mokey.patch_all()

Akash Singh 3 years ago
parent
commit
5ddb7ded6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pytest_patch.py

+ 1 - 1
pytest_patch.py

@@ -6,4 +6,4 @@ import re
 import sys
 if __name__ == '__main__':
     sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
-    sys.exit(pytest.main())>
+    sys.exit(pytest.main())