diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-10-04 17:11:27 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-10-04 17:11:27 -0700 |
| commit | 1f8ca153d14c56f3a234af6afb277086d4eea185 (patch) | |
| tree | 58f644869fd1caef530cd08a89c63887b874d423 /docs/quick_tutorial/functional_testing.rst | |
| parent | d2c9dd9d0ae534a085c7adbff869de357714812b (diff) | |
| download | pyramid-1f8ca153d14c56f3a234af6afb277086d4eea185.tar.gz pyramid-1f8ca153d14c56f3a234af6afb277086d4eea185.tar.bz2 pyramid-1f8ca153d14c56f3a234af6afb277086d4eea185.zip | |
One more py.test to pytest
Diffstat (limited to 'docs/quick_tutorial/functional_testing.rst')
| -rw-r--r-- | docs/quick_tutorial/functional_testing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst index fa56b4589..7c4dcee26 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -53,7 +53,7 @@ Steps .. code-block:: bash - $VENV/bin/py.test tutorial/tests.py -q + $VENV/bin/pytest tutorial/tests.py -q .. 2 passed in 0.25 seconds |
