diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-10 00:57:29 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-10 00:57:29 -0600 |
| commit | d1d3edbbafd5ed0160e70f960025a12fa0783b5b (patch) | |
| tree | d4bbc47ee9c469d3a89cf84f9df27b0edffe0f29 /docs/quick_tutorial/functional_testing.rst | |
| parent | fe83c6bfdab16818cb434d95a09bd6510b43aa24 (diff) | |
| parent | 7dd39020afbd50f6b27e03bb81ace700ae280bef (diff) | |
| download | pyramid-d1d3edbbafd5ed0160e70f960025a12fa0783b5b.tar.gz pyramid-d1d3edbbafd5ed0160e70f960025a12fa0783b5b.tar.bz2 pyramid-d1d3edbbafd5ed0160e70f960025a12fa0783b5b.zip | |
Merge branch 'master' into feature.security-docs-enhancements
Diffstat (limited to 'docs/quick_tutorial/functional_testing.rst')
| -rw-r--r-- | docs/quick_tutorial/functional_testing.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst index 205ddf5cb..09b05b0bc 100644 --- a/docs/quick_tutorial/functional_testing.rst +++ b/docs/quick_tutorial/functional_testing.rst @@ -37,12 +37,15 @@ Steps $ $VENV/bin/python setup.py develop $ $VENV/bin/easy_install webtest -#. Let's extend ``unit_testing/tutorial/tests.py`` to include a +#. Let's extend ``functional_testing/tutorial/tests.py`` to include a functional test: .. literalinclude:: functional_testing/tutorial/tests.py :linenos: + Be sure this file is not executable, or ``nosetests`` may not + include your tests. + #. Now run the tests: .. code-block:: bash @@ -67,4 +70,4 @@ execution time of our tests. Extra Credit ============ -#. Why do our functional tests use ``b''``?
\ No newline at end of file +#. Why do our functional tests use ``b''``? |
