Skip to content
Snippets Groups Projects
Commit c190a924 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix pytest script-based test invocation

parent c0af7156
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -297,5 +297,5 @@ if __name__ == "__main__":
if len(sys.argv) > 1:
exec(sys.argv[1])
else:
from py.test.cmdline import main
from pytest import main
main([__file__])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment