File size: 227 Bytes
4450790
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
[pytest]
markers = 
  inference: mark as inference test (deselect with '-m "not inference"')
  execution: mark as execution test (deselect with '-m "not execution"')
testpaths =
  tests
  tests-unit
addopts = -s
pythonpath = .