Skip to content
Snippets Groups Projects

register pytest.mark.slow so pytest stops whining

Merged Timothy Smith requested to merge register-mark into flux-splitting-test
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
pytest.ini 0 → 100644
+ 3
0
[pytest]
markers =
slow: marks tests as slow (deselect with '--runslow')
Loading