Files
cs249r_book/mlsysim/pytest.ini

9 lines
309 B
INI

[pytest]
testpaths = tests
addopts = --tb=short --strict-markers -q
markers =
smoke: Fast subset (~1s) for CI pull request checks
solver: Individual solver correctness tests
empirical: Validation against published benchmarks (MLPerf, Chinchilla)
integration: Cross-solver and end-to-end tests