summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/unit_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-09Align emphasize-lines with setup.py codeSteve Piercy
2018-10-08Use correct invocation of `pip install - e ".[dev]"` instead of [testing]Steve Piercy
2018-10-08Replace [test] with [testing], and quote as neededSteve Piercy
2018-10-07Make pytest an extra dependency in setup.py.Steve Piercy
Add paragraph on Setuptools extras. Carry forward previous setup.py changes.
2018-10-03Change references to "py.test" in Quick Tutorial Unit Test pagePaul Cutler
Change the references of "py.test" to "pytest" per pytest 3.0 release in the Unit Test and pytest page of the documentation in quick tutorial
2018-08-21Merge pull request #3330 from stevepiercy/docs-code-styleMichael Merickel
Docs code style
2018-08-19Fix broken links from linkcheck, exclude localhost from checkSteve Piercy
2018-08-18Clean up code-blocks in qt/unit_testingSteve Piercy
2017-05-09use new TLD for pytest-covSteve Piercy
2016-07-02proper case headingSteve Piercy
2016-04-16quick_tutorial cleanupSteve Piercy
- replace nose with pytest - cleanup unit_testing.rst
2016-04-07- update unit_testing.rstSteve Piercy
2015-05-20punctuation fixSteve Piercy
2014-02-10- Garden PR #1121Steve Piercy
2013-10-08Small quick tutorial fixes post conference.Paul Everitt
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-13All the references re-wired.Paul Everitt
2013-09-13First cut at import of quick tutorial.Paul Everitt