summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/functional_testing.rst
AgeCommit message (Collapse)Author
2018-10-09Rearrange introduction of Setuptools and move to debugtoolbar.Steve Piercy
Replace [testing] with [dev]. Make narrative text more descriptive of what is going on with `extras_require`
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Align emphasize-lines to setup.pySteve Piercy
2018-10-08Replace [test] with [testing], and quote as neededSteve Piercy
2018-10-07Make webtest an extra dependency in setup.py.Steve Piercy
Carry forward previous setup.py changes.
2018-10-04One more py.test to pytestSteve Piercy
2018-08-18Clean up code-blocks in qt/functional_testingSteve Piercy
2017-06-26change http://docs.pylonsproject.org to httpsSteve Piercy
- use correct URL for code style - use correct Pyramid version for zodb wiki src file template
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup functional_testing.rst
2016-04-07- update functional_testing.rstSteve Piercy
2015-05-20punctuation fixSteve Piercy
2014-10-07Update functional_testing.rstDavid Eisner
Wrap long line.
2014-10-07Update functional_testing.rstdeisner
Make it clear that the tests.py file in the functional_testing directory is the one to edit. Also, warn about a potential "gotcha": if the tests.py file is executable, it will be silently ignored. (I ran into this problem while going through the tutorial. This can happen if the file is being edited on a network file share from a different OS, for example.).
2013-09-26Quick Tour: shorten the setup part and point to Quick Tutorial Requirements ↵Paul Everitt
for more explanation. Cross link each Quick Tour section with its Quick Tutorial match.
2013-09-25Quick Tutorial: Improve the setup instructions (adapted from Steve Piercy's ↵Paul Everitt
work), particularly for Windows. Change all the steps to use $VENV/bin prefixes on commands (don't presume that they have done source env/bin/activate).
2013-09-16s/env/venv just for sake of consistencyTshepang Lekhonkhobe
2013-09-13Fix naming of virtualenv prefix.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt