Pamela Fox commited on
Commit
1edc735
·
1 Parent(s): a13481c
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -14,7 +14,7 @@ exclude = '''
14
  '''
15
 
16
  [tool.pytest.ini_options]
17
- addopts = "-ra --cov=src --cov-report-xml:coverage.xml --junitxml=pytest.xml"
18
  pythonpath = ["src"]
19
  python_files = ["tests.py"]
20
  env_override_existing_values = 1
 
14
  '''
15
 
16
  [tool.pytest.ini_options]
17
+ addopts = "-ra --cov=src --cov-report=xml:coverage.xml --junitxml=pytest.xml"
18
  pythonpath = ["src"]
19
  python_files = ["tests.py"]
20
  env_override_existing_values = 1