setup.cfg 117 B

12345678910
  1. [tool:pytest]
  2. testpaths = tests
  3. [coverage:run]
  4. source = app
  5. branch = True
  6. [coverage:report]
  7. precision = 2