diff options
| author | Chris McDonough <chrism@plope.com> | 2014-10-08 04:45:14 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-10-08 04:45:14 -0400 |
| commit | bc328b8ed02a758841f3e900b52e7ef4187792a2 (patch) | |
| tree | 1b3e4f0e9799331a383385f67b906575612cf152 /docs/quick_tutorial/functional_testing.rst | |
| parent | 7e9c54ed645db97049a0848eececad3437624163 (diff) | |
| parent | 03b469479c6a70d89cf18b2fdc91c223c9f6197a (diff) | |
| download | pyramid-bc328b8ed02a758841f3e900b52e7ef4187792a2.tar.gz pyramid-bc328b8ed02a758841f3e900b52e7ef4187792a2.tar.bz2 pyramid-bc328b8ed02a758841f3e900b52e7ef4187792a2.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
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''``? |
