summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/tests/setup.py
AgeCommit message (Collapse)Author
2024-02-07chore: sync with cookiecutter:Tres Seaver
- Use 'pyproject.toml' rather than 'setup.py', 'pytest.ini', '.coveragerg'. - Drop 'CHANGES.txt': implementing that in 'pyproject.toml' is a distraction. - Convert README to Markdown.
2021-01-09Use ZODB instead of ZODB3 for latest version of ZODB without indirectionSteve Piercy
2020-01-12upgrade the test harnessMichael Merickel
2020-01-03exclude tests package from source packagesMichael Merickel
2018-11-25Synch src files between auth and testsSteve Piercy
2018-11-18Unpin webtest and pytestSteve Piercy
2018-11-17Remove mention of py3 compatSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2017-06-10Update src files for ZODB wiki tutorialSteve Piercy
- ref #3081
2016-12-23wiki/src/tests updates, use correct lexersSteve Piercy
2016-12-06Changed wiki tutorial to showcase passwrd hashing with bcrypt. Relates to #2204Martin
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-10- update wiki tests step and its src filesSteve Piercy
- add test_referrer_is_login() to provide 100% coverage
2015-05-26- clean up and make defininingviews consistent between two wiki tutorialsSteve Piercy
- sort imports to be consistent with scaffold setup.py - update templates, static assets
2013-09-06update the code in the wiki and wiki2 tutorials to use pyramid_chameleonMichael Merickel
2013-03-04fix #311Tshepang Lekhonkhobe
2012-12-01Sync ZODB tutorial source files with the scaffoldPatricio Paez
2012-11-20adding transaction module requirement to zodb wiki docsericrasmussen
2012-11-19Sync some ZODB wiki tutorial files with the scaffoldPatricio Paez
- Files that are not referred to in a literalinclude in the tutorial docs - setup.py and development.ini appear in a literalinclude but no lines are emphasized and there is no impact.
2012-01-02- Use the ``waitress`` WSGI server instead of ``wsgiref`` in scaffolding.Chris McDonough
2011-10-06remove all reference to the paster command-line utilityChris McDonough
2011-08-14- The ZODB wiki tutorial now uses the ``pyramid_zodbconn`` package ratherChris McDonough
than the ``repoze.zodbconn`` package to provide ZODB integration. - The ZODB scaffold now uses the ``pyramid_zodbconn`` package rather than the ``repoze.zodbconn`` package to provide ZODB integration.
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-08-09convert tutorials to pyramid_tm+pyramid_debugtoolbarChris McDonough
2011-07-01fix wiki tests tooChris McDonough