File: pytest.ini

package info (click to toggle)
python-html5rdf 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,448 kB
  • sloc: python: 12,794; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 622 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[pytest]
# Output fails, errors, xpass, and warnings; ignore doctest; make warnings errors
addopts = -rfEXw -p no:doctest --strict-markers

# Make xpass results be considered fail
xfail_strict = true

# Document our markers
markers =
    DOM: mark a test as a DOM tree test
    ElementTree: mark a test as a ElementTree tree test
    cElementTree: mark a test as a cElementTree tree test
    lxml: mark a test as a lxml tree test
    genshi: mark a test as a genshi tree test
    parser: mark a test as a parser test
    namespaced: mark a test as a namespaced parser test
    treewalker: mark a test as a treewalker test