You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use Pytest markers to mark slow tests, and run them only occasionally using pytest -m slow.
I have some very slow cram tests, and I'd like to be able to use the same system, such that they do not run by default, but only when expressly enabled.
The text was updated successfully, but these errors were encountered:
I can use Pytest markers to mark slow tests, and run them only occasionally using
pytest -m slow
.I have some very slow cram tests, and I'd like to be able to use the same system, such that they do not run by default, but only when expressly enabled.
The text was updated successfully, but these errors were encountered: