File: pytest-addopts

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