diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:27:02 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:27:02 -0700 |
| commit | 1dc04afa73e6171052b42087f769f4d336184a65 (patch) | |
| tree | 7252fa93077f2a4c14f5990d0a57772e12b0f9a8 /docs/quick_tutorial | |
| parent | 5593c0282d1ceab1c7b03e2c62fadc71be9bebe4 (diff) | |
| download | pyramid-1dc04afa73e6171052b42087f769f4d336184a65.tar.gz pyramid-1dc04afa73e6171052b42087f769f4d336184a65.tar.bz2 pyramid-1dc04afa73e6171052b42087f769f4d336184a65.zip | |
Clean up code-blocks in qt/unit_testing
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/unit_testing.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/quick_tutorial/unit_testing.rst b/docs/quick_tutorial/unit_testing.rst index 002c62fde..a6a41981d 100644 --- a/docs/quick_tutorial/unit_testing.rst +++ b/docs/quick_tutorial/unit_testing.rst @@ -48,23 +48,23 @@ Steps .. code-block:: bash - $ cd ..; cp -r debugtoolbar unit_testing; cd unit_testing - $ $VENV/bin/pip install -e . - $ $VENV/bin/pip install pytest + cd ..; cp -r debugtoolbar unit_testing; cd unit_testing + $VENV/bin/pip install -e . + $VENV/bin/pip install pytest #. Now we write a simple unit test in ``unit_testing/tutorial/tests.py``: .. literalinclude:: unit_testing/tutorial/tests.py - :linenos: + :linenos: #. Now run the tests: .. code-block:: bash - $ $VENV/bin/py.test tutorial/tests.py -q - . - 1 passed in 0.14 seconds + $VENV/bin/py.test tutorial/tests.py -q + . + 1 passed in 0.14 seconds Analysis |
