diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:14:14 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:14:14 -0700 |
| commit | 473796179fbc3a67732829e9ac22357520ce4607 (patch) | |
| tree | 007803b071497c1d64b1b52f16cb7f6b31541e5f /docs/quick_tutorial | |
| parent | ed5665e5d500ecf6cc70ece96a2b9f43af2545c8 (diff) | |
| download | pyramid-473796179fbc3a67732829e9ac22357520ce4607.tar.gz pyramid-473796179fbc3a67732829e9ac22357520ce4607.tar.bz2 pyramid-473796179fbc3a67732829e9ac22357520ce4607.zip | |
Clean up code-blocks in qt/functional_testing
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/functional_testing.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst index 518e3d67d..fa56b4589 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -36,15 +36,15 @@ Steps .. code-block:: bash - $ cd ..; cp -r unit_testing functional_testing; cd functional_testing - $ $VENV/bin/pip install -e . - $ $VENV/bin/pip install webtest + cd ..; cp -r unit_testing functional_testing; cd functional_testing + $VENV/bin/pip install -e . + $VENV/bin/pip install webtest #. Let's extend ``functional_testing/tutorial/tests.py`` to include a functional test: .. literalinclude:: functional_testing/tutorial/tests.py - :linenos: + :linenos: Be sure this file is not executable, or ``pytest`` may not include your tests. @@ -53,9 +53,9 @@ Steps .. code-block:: bash - $ $VENV/bin/py.test tutorial/tests.py -q - .. - 2 passed in 0.25 seconds + $VENV/bin/py.test tutorial/tests.py -q + .. + 2 passed in 0.25 seconds Analysis |
