summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/tests/setup.py
AgeCommit message (Collapse)Author
2024-02-04upgrade tests chapterMichael Merickel
2020-01-07revamp the test suite and explain the fixturesMichael Merickel
2020-01-03exclude tests package from source packagesMichael Merickel
2020-01-02Update tests src filesSteve Piercy
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-08-30Update wiki2 with alchemy cookiecutter source filesSteve Piercy
2018-06-30synch up source code in tests stepSteve Piercy
2017-06-10update src files and synch emphasize-lines for alchemy wiki tutorialSteve Piercy
2016-12-23wiki2/src/tests update filesSteve Piercy
2016-04-12- use an environment variable and venv. See ↵Steve Piercy
https://github.com/Pylons/pyramid/pull/2468#discussion_r59311019 - rename stanza from `testing_extras` to `tests_require` - switch from nose to pytest
2016-04-09- update wiki2/tests stepSteve Piercy
2016-02-18update tests chapterMichael Merickel
2016-02-12forward port changes to models / scripts to later chaptersMichael Merickel
2016-02-08fix functional testsMichael 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
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-03-04fix #311Tshepang Lekhonkhobe
2012-12-01Sync setup.py in SQL wiki tutorialPatricio Paez
2012-11-19Sync some SQL wiki tutorial files with the scaffoldPatricio Paez
- Files that are not referred to in a literalinclude in the tutorial docs - setup.py appears in literalinclude, but no lines are added or removed so no impact. Fixed docutils order in the requires list.
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-01-04remove dependency on pysqlite from all scaffolding on platforms lt 2.6Chris McDonough
2012-01-02- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.Chris 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-10-06remove all reference to the paster command-line utilityChris McDonough
2011-08-13- Projects created via a scaffold no longer depend on the ``WebError``Chris McDonough
package at all; configuration in the ``production.ini`` file which used to require its ``error_catcher`` middleware has been removed. Configuring error catching / email sending is now the domain of the ``pyramid_exclog`` package (see https://docs.pylonsproject.org/projects/pyramid_exclog/dev/).
2011-07-01- The Wiki2 tutorial "Tests" chapter had two bugs: it did not tell the userChris McDonough
to depend on WebTest, and 2 tests failed as the result of changes to Pyramid itself. These issues have been fixed.