aboutsummaryrefslogtreecommitdiff
path: root/pyfakefs/pytest_tests/pytest_doctest_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfakefs/pytest_tests/pytest_doctest_test.py')
-rw-r--r--pyfakefs/pytest_tests/pytest_doctest_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyfakefs/pytest_tests/pytest_doctest_test.py b/pyfakefs/pytest_tests/pytest_doctest_test.py
index 1649eb5..4a36788 100644
--- a/pyfakefs/pytest_tests/pytest_doctest_test.py
+++ b/pyfakefs/pytest_tests/pytest_doctest_test.py
@@ -4,7 +4,7 @@ This problem is resolved by using PyTest version 2.8.6 or above.
To run these doctests, install pytest and run:
- $ py.test --doctest-modules pytest_doctest_test.py
+ $ pytest --doctest-modules pytest_doctest_test.py
Add `-s` option to enable print statements.
"""