Skip to content

Commit

Permalink
[pytest]: add pytest.ini
Browse files Browse the repository at this point in the history
Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Apr 4, 2021
1 parent df46ed4 commit 43b9dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
addopts = --cov=src --cov-report html --cov-report term --cov-report xml --junitxml=test-results.xml -vv

0 comments on commit 43b9dab

Please sign in to comment.