summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/src/tests/README.txt
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-09Update conftest.py, pytest.ini, and README.txt for all steps where neededSteve Piercy
2018-08-30Update wiki with zodb cookiecutter source filesSteve Piercy
2017-04-28update cookiecutter README.txt throughout docsSteve Piercy
- https://github.com/Pylons/pyramid-cookiecutter-starter/pull/28 - https://github.com/Pylons/pyramid-cookiecutter-zodb/pull/7 - https://github.com/Pylons/pyramid-cookiecutter-alchemy/pull/8
2017-03-01use correct directory name for cookiecutter generated README.txtSteve Piercy
(cherry picked from commit 40dd034) Refs: https://github.com/Pylons/pyramid-cookiecutter-starter/pull/22
2016-12-23wiki/src/tests updates, use correct lexersSteve Piercy
2016-04-11fix readme to show directions in both alchemy and zodbMichael Merickel
2016-04-10- update wiki tests step and its src filesSteve Piercy
- add test_referrer_is_login() to provide 100% coverage
2011-07-01fix wiki tests tooChris McDonough