summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/tests.rst
AgeCommit message (Collapse)Author
2024-02-07fix: document test harness config via 'pyproject.toml'Tres Seaver
2024-02-07docs: update ZODB wiki tutorial to cookiecutterTres Seaver
- Describe 'pyproject.toml' usage (replacing 'setup.py', 'pytest.ini', '.coveragerc'). - Document the new PyPA-blessed build process.
2020-01-15Minor grammar fixesSteve Piercy
- Expand contractions and spell out words
2020-01-12upgrade the test harnessMichael Merickel
2020-01-02Resync wiki/*.rst and related files after moving tests directorySteve Piercy
2019-12-15Remove Python 3.4, Python 3.5, and add Python 3.8Steve Piercy
2018-11-26Add note about docutils deprecation warnings.Steve Piercy
Submitted a PR to fix the warnings in WebTest https://github.com/Pylons/webtest/pull/207, which usually gets reviewed and merged rapidly, so didn't bother to include a warning for it.
2018-11-25rewrap narrative, adjust grammarSteve Piercy
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-03Change references to "py.test" to "pytest" in ZODB tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + Traversal tutorial
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki/testsSteve Piercy
2016-12-23wiki/src/tests updates, use correct lexersSteve Piercy
2016-12-23standardize windows promptSteve Piercy
2016-12-23Use cookiecutter instead of scaffold and pcreateSteve Piercy
- minor grammar and reST fixes
2016-05-08docs: Fix typos.Vincent Férotin
2016-05-07update tutorials/wiki/tests.rst with py.test and coverage defaultsSteve Piercy
2016-04-10- update wiki tests step and its src filesSteve Piercy
- add test_referrer_is_login() to provide 100% coverage
2016-04-09- fix traversal tutorial referenceSteve Piercy
- add intersphinx targets to wiki/*
2015-05-27- clean up and make consistent across wiki tutorialsSteve Piercy
- update templates and static assets for new design
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-03-13consistency: use $VENV whenever virtualenv binaries are usedTshepang Lekhonkhobe
2013-03-04fix #311Tshepang Lekhonkhobe
2013-01-20point to the sources of the wiki tutorials in just one location; fix #763Tshepang Lekhonkhobe
* This avoids having to update the link multiple times. * Also, mention their location, in case user has Pyramid checkout.
2012-12-13Improvements to the ZODB tutorial Tests chapterPatricio Paez
- Standardize with the SQL tutorial
2012-11-22Sync the tutorial docs for the transaction dependencyPatricio Paez
2012-03-17link to tests stage sourceChris McDonough
2011-11-28move code from login.py to views.py (like sqla tutorial)Chris McDonough
2011-11-08Use active ("Run the Tests") rather than passive ("Running the Tests")kenmanheimer
voice for the headings.
2011-11-08Track change of the scaffolding file names, removing 'pyramid_' prefix.kenmanheimer
2011-07-01fix wiki tests tooChris McDonough
2011-06-05Close zodb before removing in functional testsPatricio Paez
2011-04-20Adding Tests in the ZODB wiki tutorialPatricio Paez
- New section in the main index - Move Model and View tests there - Added Functional tests