Skip to content

Commit e42650d

Browse files
committed
1 parent a960235 commit e42650d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Tests
128128
-----
129129

130130
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.
132132

133133
Test data are contained in a separate `html5lib-tests
134134
<https://github.com/html5lib/html5lib-tests>`_ repository and included

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ passenv =
1212
COVERAGE_RUN_OPTIONS
1313
commands =
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]

0 commit comments

Comments
 (0)