File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ Released on July 14, 2016
95
95
tested, doesn't entirely work, and as far as I can tell is
96
96
completely unused by anyone. **
97
97
98
- * Move testsuite to ``py.test ``.
98
+ * Move testsuite to ``pytest ``.
99
99
100
100
* **Fix #124: move to webencodings for decoding the input byte stream;
101
101
this makes html5lib compliant with the Encoding Standard, and
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Tests
128
128
-----
129
129
130
130
Unit tests require the ``pytest `` and ``mock `` libraries and can be
131
- run using the ``py.test `` command in the root directory.
131
+ run using the ``pytest `` command in the root directory.
132
132
133
133
Test data are contained in a separate `html5lib-tests
134
134
<https://github.com/html5lib/html5lib-tests> `_ repository and included
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ passenv =
12
12
COVERAGE_RUN_OPTIONS
13
13
commands =
14
14
six19: pip install six ==1.9
15
- {env:PYTEST_COMMAND:{envbindir}/py.test } {posargs}
15
+ {env:PYTEST_COMMAND:{envbindir}/pytest } {posargs}
16
16
flake8 {toxinidir}
17
17
18
18
[testenv:doc]
You can’t perform that action at this time.
0 commit comments