mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-05-06 09:38:33 -05:00
9 lines
309 B
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
|