File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 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
9595 tested, doesn't entirely work, and as far as I can tell is
9696 completely unused by anyone. **
9797
98- * Move testsuite to ``py.test ``.
98+ * Move testsuite to ``pytest ``.
9999
100100* **Fix #124: move to webencodings for decoding the input byte stream;
101101 this makes html5lib compliant with the Encoding Standard, and
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ Tests
128128-----
129129
130130Unit 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.
132132
133133Test data are contained in a separate `html5lib-tests
134134<https://github.com/html5lib/html5lib-tests> `_ repository and included
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ passenv =
1212 COVERAGE_RUN_OPTIONS
1313commands =
1414 six19: pip install six ==1.9
15- {env:PYTEST_COMMAND:{envbindir}/py.test } {posargs}
15+ {env:PYTEST_COMMAND:{envbindir}/pytest } {posargs}
1616 flake8 {toxinidir}
1717
1818[testenv:doc]
You can’t perform that action at this time.
0 commit comments