summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
AgeCommit message (Collapse)Author
2024-02-07sync language from zodb tutorial for test sectionsMichael Merickel
2024-02-04upgrade tests chapterMichael Merickel
2020-12-11Revert "Remove `app_request` from wiki2 tests."Theron Luhn
This reverts commit 86cb46d4d977d3a948308326bee628421cab93ea.
2020-11-11Remove `app_request` from wiki2 tests.Theron Luhn
2020-11-11Add to test documentation.Theron Luhn
2020-11-07Remove request.user from wiki2 testing tutorial.Theron Luhn
2020-01-14Revert emphasis removalSteve Piercy
2020-01-14Update test outputSteve Piercy
2020-01-13realign emphasize-linesSteve Piercy
2020-01-13from webob.cookies import Cookie already existed; restore deleted commentSteve Piercy
2020-01-07revamp the test suite and explain the fixturesMichael Merickel
2020-01-02Update tests.rst to align with removal of 1 unrepeatable testSteve Piercy
2020-01-02Resync wiki2/*.rst and related files after moving tests directorySteve Piercy
2018-10-05Merge branch 'master' into one_ccSteve Piercy
2018-10-03Change references to "py.test" in SQLAlchemy tutorial test pagePaul Cutler
Change all references of "py.test" to "pytest" per pytest 3.0 release in the test page of the ZODB + URL Dispatch tutorial test documentation
2018-09-16doc fixesStephen Martin
2018-09-09merging cookiecuttersStephen Martin
2018-08-19Standardize Unix capitalizationSteve Piercy
2018-08-18Clean up code-blocks in tutorials/wiki2/testsSteve 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
2017-01-10update docs per ↵Steve Piercy
https://github.com/Pylons/pyramid/commit/fb7a98bbdacebc4edfef8fb3e6093bb9e6590111
2016-12-23wiki2/*.rst first cut from comparing across branchesSteve Piercy
2016-04-16replace ps1con with doscon for lexerSteve Piercy
2016-04-09- update wiki2/tests stepSteve Piercy
2016-04-09- add intersphinx targetsSteve Piercy
2016-02-28redirect to edit page when user attempts to add page that already existsSteve Piercy
- update src/*/views/default.py - update src/*/routes.py - write new test - revise docs, double-checking line counts and highlighting
2016-02-28add note about deprecation warnings on py3Steve Piercy
2016-02-28update tests.rst (done)Steve Piercy
- minor grammar - mention BaseTest class - clean up test output
2016-02-18update tests chapterMichael Merickel
2016-02-08[wip] update tests in wiki2 tutorialMichael Merickel
2015-12-02- rewrite wiki2/tests.rst (removed an obsolete reference to testing models, ↵Steve Piercy
per 2885a7b96545c037109d7999319f74869a640050) - add wiki2/src/tests/ files. special thanks to @ppaez
2015-11-20wiki2/tests - commit progressSteve Piercy
2015-05-27- clean up and make consistent across wiki tutorialsSteve Piercy
- update templates and static assets for new design
2015-05-25grammarSteve Piercy
2015-05-25update templates, line numbers, file referencesSteve Piercy
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-03-17add link to tests sourceChris McDonough
2012-03-17Fix typos.Doug Latornell
2012-03-17Improve text of SQLAlchemy wiki tutorial.Doug Latornell
A mixture of typo fixes and wording improvements.
2012-03-14Renamed db populate to initialize in SQL tutorialPatricio Paez
- Replaced populate_tutorial -> initialize_tutorial_db - Renamed populate.py -> initializedb.py - Updated references in the documenation
2012-03-14Removed populate tests from the SQL wiki tutorialPatricio Paez
- Removed the main() settings parameter in populate.py - Updated the Tests chapter
2012-03-13Show modification to scripts/populate.py to accept memory DB URIChris Shenton
The text didn't describe editing the populate.py to accept an optional ``settings`` argument, which _callFUT() in tests.py passed in. This is used to specify a memory-backed SQLite DB which we can wipe-n-load during testing. Show how to replace main() in populate.py per our source code to accept this argument, and use it to set the DB URI; it also uses our Page model.
2012-01-04remove dependency on pysqlite from all scaffolding on platforms lt 2.6Chris McDonough
2011-11-27- The SQLAlchemy Wiki tutorial has been updated. It now usesChris McDonough
``@view_config`` decorators and an explicit database population script. Closes #359.
2011-11-12- The ``alchemy`` scaffold has been removed.Chris McDonough
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
2011-11-08Remove 'pyramid_' from scaffolding name used for pcreate now.Chris Shenton
2011-07-01run setup.py developChris McDonough