Browse Source

pytest.ini - less verbose

Maxime Alves LIRMM@home 3 years ago
parent
commit
53bd4ebf07
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pytest.ini

+ 1
- 1
pytest.ini View File

1
 [pytest]
1
 [pytest]
2
 testpaths = tests
2
 testpaths = tests
3
-addopts = --durations=100 -rP --log-file ./pytest.log --log-level info
3
+addopts = --durations=100 --log-level info
4
 log_cli = on
4
 log_cli = on

Loading…
Cancel
Save