FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
html5lib-python/pytest.ini at master · Tysonwei/html5lib-python · GitHub
Tysonwei
/
html5lib-python
Public
forked from
html5lib/html5lib-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
html5lib-python
/
pytest.ini
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (15 loc) · 614 Bytes
Breadcrumbs
html5lib-python
/
pytest.ini
Copy path
File metadata and controls
17 lines (15 loc) · 614 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
#
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
Back
|
FazBrowse Home
|
New Git URL