File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Prerequisites
4545How to install ?
4646----------------
4747
48- + Install from PIP : ``pip install testlink-tests ``
48+ + Install from PIP : ``pip install testlinktests ``
4949
5050+ Install from setup.py file : ``python setup.py install ``
5151
Original file line number Diff line number Diff line change 1+ [pytest]
2+ addopts =
3+ --verbose
4+ --junit-xml =tests/reports/test_coverage.xml
5+ --html =tests/reports/test_coverage.html
6+ --self-contained-html
7+ --cov =testlinktests tests/
8+ --cov-report html:tests/reports/coverage/
9+ --cov-report xml:tests/reports/coverage.xml
10+ --benchmark-histogram =tests/reports/benchmarks/benchmark.svg
11+ testpaths = tests
12+ console_output_style = progress
13+ python_files = suite_*_*.py
14+ python_classes = Test*
15+ python_functions = test_*_*
You can’t perform that action at this time.
0 commit comments