hackathon / pytest.ini
mekosotto's picture
refactor: pin single-threaded determinism env; close Day-2 doc/typo gaps
1a15285
raw
history blame contribute delete
138 Bytes
[pytest]
testpaths = tests
pythonpath = .
addopts = -v --tb=short
markers =
slow: marks tests as slow (deselect with '-m "not slow"')