File size: 90 Bytes
05c9ac2 |
1 2 3 4 5 |
[pytest]
addopts = --strict-markers
markers =
slow: Slow tests (likely from training)
|
05c9ac2 |
1 2 3 4 5 |
[pytest]
addopts = --strict-markers
markers =
slow: Slow tests (likely from training)
|