Skip to content

Commit a912dae

Browse files
committed
CCM-12616: test
1 parent 4fd7343 commit a912dae

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

utils/event-publisher-py/pytest.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@ testpaths = event_publisher/__tests__
1414
[coverage:run]
1515
relative_files = True
1616
omit =
17-
*/tests/*
18-
*/test_*.py
1917
*/__tests__/*
18+
*/test_*.py
2019
*/__pycache__/*
2120
*/venv/*
2221
*/.venv/*
23-
24-
[coverage:xml]
25-
output = coverage.xml
22+
*/env/*

0 commit comments

Comments
 (0)