CodeLens / pytest.ini
ArshVerma's picture
test: expand test suite to 150+ tests and 80%+ coverage
f27b882
Raw
History Blame Contribute Delete
160 Bytes
[pytest]
testpaths = tests
addopts = --tb=short -q
markers =
slow: marks tests as slow (use -m "not slow" to skip)
integration: marks integration tests