2
0
Fork 0
wuttjamaican/tests
Lance Edgar ceeff7e911 feat: add install handler and related logic
- Mako is now a core dependency
- therefore no more 'email' extra
- add `get_install_handler()` method for app handler
- add `render_mako_template()` method for app handler
- add `resource_path()` method for app handler
- install handler thus far can:
  - confirm db connection
  - make appdir plus config/scripts:
    - wutta.conf
    - web.conf
    - upgrade.sh
  - upgrade db schema to create tables
  - from there web app can run, create admin user
- quick start docs now describe "generated code" option
2024-11-24 10:13:56 -06:00
..
cli feat: add wutta top-level command with make-uuid subcommand 2024-11-23 11:48:28 -06:00
db fix: move model base class out of model subpkg 2024-08-30 20:30:09 -05:00
email test: skip some tests if mako not installed 2024-08-26 14:34:35 -05:00
__init__.py First commit, basic config (with db) and app handler 2023-10-28 17:50:13 -05:00
test_app.py feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
test_auth.py fix: add AuthHandler.user_is_admin() method 2024-08-05 15:08:16 -05:00
test_conf.py feat: add parse_bool() and parse_list() methods for config object 2024-11-23 15:33:00 -06:00
test_install.py feat: add install handler and related logic 2024-11-24 10:13:56 -06:00
test_people.py fix: add common DataTestCase for use in other packages 2024-08-27 19:11:26 -05:00
test_progress.py feat: add basic support for progress indicators 2024-08-24 17:19:50 -05:00
test_util.py feat: add util.resource_path() function 2024-08-26 10:12:52 -05:00