| Age | Commit message (Collapse) | Author |
|
|
|
|
|
A mixture of typo fixes and wording improvements.
|
|
- Replaced populate_tutorial -> initialize_tutorial_db
- Renamed populate.py -> initializedb.py
- Updated references in the documenation
|
|
- Removed the main() settings parameter in populate.py
- Updated the Tests chapter
|
|
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.
|
|
|
|
``@view_config`` decorators and an explicit database population script.
Closes #359.
|
|
- The ``routesalchemy`` scaffold has been renamed ``alchemy``.
|
|
|
|
|
|
to depend on WebTest, and 2 tests failed as the result of changes to
Pyramid itself. These issues have been fixed.
|
|
Also add functional tests to the Wiki2 tutorial, similar to Wiki1.
|