Skip to content

Commit 1908751

Browse files
Adding pytest.ini file
1 parent 79ac61a commit 1908751

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pytest.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[pytest]
2+
markers =
3+
sanity: sanity tests marker
4+
regression: regression tests marker
5+
python_files=*.py
6+
python_functions=test_*
7+
addopts = -rsxX
8+
-q
9+
-v
10+
--self-contained-html
11+
--html=html_report.html
12+
--cov=Tests
13+
--alluredir report

report/.ignore

Whitespace-only changes.

0 commit comments

Comments
 (0)