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