File: pytest-addopts

package info (click to toggle)
python-parse-type 0.6.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 772 kB
  • sloc: python: 5,273; sh: 9; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- a/pytest.ini
+++ b/pytest.ini
@@ -18,8 +18,7 @@
 testpaths     = tests
 python_files  = test_*.py
 junit_family = xunit2
-addopts = --metadata PACKAGE_UNDER_TEST parse_type
-    --html=build/testing/report.html --self-contained-html
+addopts =
     --junit-xml=build/testing/report.xml
 
 # markers =