pytest.ini 123 Bytes
Newer Older
enzymezoo-code's avatar
enzymezoo-code committed
1
2
3
4
5
[pytest]
markers = 
  inference: mark as inference test (deselect with '-m "not inference"')
testpaths = tests
addopts = -s