We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pytest.ini
1 parent a3232d3 commit 668b8e7Copy full SHA for 668b8e7
pytest.ini
@@ -13,6 +13,7 @@ filterwarnings =
13
# --disable-warnings to ignore the enormous number of warnings completely
14
# --last-failed to run only the tests which failed on the previous run
15
# --show-capture no/stdout/stderr/both
16
+# -k "test name" will run only the tests that match the pattern in quotes, i.e. "test_arkane or test_rmg" would run those two tests
17
addopts =
18
--keep-duplicates
19
-p julia.pytestplugin
0 commit comments