diff options
| author | Michael Merickel <michael@merickel.org> | 2014-11-17 02:27:03 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2014-11-17 02:27:03 -0600 |
| commit | 5d0b1beaf3b09045fd3dd71244938ee6e391ebf3 (patch) | |
| tree | 2fd3a374d4c937184497e5589bcf93391833949a /docs/quick_tutorial/functional_testing.rst | |
| parent | 650d3d5fa383d89a3b28029162d6ef4d58be3da1 (diff) | |
| parent | c0f1fc8d31df45371d5ae6689d3e0a39c058c3ac (diff) | |
| download | pyramid-5d0b1beaf3b09045fd3dd71244938ee6e391ebf3.tar.gz pyramid-5d0b1beaf3b09045fd3dd71244938ee6e391ebf3.tar.bz2 pyramid-5d0b1beaf3b09045fd3dd71244938ee6e391ebf3.zip | |
Merge branch 'master' into feature.override-asset-with-absolute-path
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''``? |
