Skip to content
Snippets Groups Projects

Mark slow tests

Merged Timothy Smith requested to merge mark-slow-tests into WENO-testing
2 files
+ 22
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -85,6 +85,6 @@ if test -f $REQUIREMENTS_TXT; then
$PIP install -r $REQUIREMENTS_TXT
fi
${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxsw test.py
${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxsw --runslow test.py
# vim: foldmethod=marker
Loading