Skip to content

Commit e1f429c

Browse files
committed
Update tox config to capture log of all tests in junit
Issue #69
1 parent f2c5768 commit e1f429c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ envlist = py36
44
[testenv]
55
deps = pytest
66
commands = pytest
7+
8+
[pytest]
9+
junit_logging = all
10+
junit_log_passing_tests = true

0 commit comments

Comments
 (0)