Browse Source

[tests] logging tests to pytest.log

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

+ 2
- 1
pytest.ini View File

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

Loading…
Cancel
Save