We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3875d32 commit bc07521Copy full SHA for bc07521
runtests.py
@@ -45,5 +45,7 @@ def is_class(string):
45
# `runtests.py TestCase [flags]`
46
# `runtests.py test_function [flags]`
47
pytest_args = ['tests', '-k', pytest_args[0]] + pytest_args[1:]
48
+ else:
49
+ pytest_args = []
50
51
sys.exit(pytest.main(pytest_args))
0 commit comments