aboutsummaryrefslogtreecommitdiff
path: root/testing.ini
AgeCommit message (Collapse)Author
2024-04-18have data_dir as a placeholder in testing.iniDaniel Schadt
2024-04-16add data directory for testing configurationDaniel Schadt
2024-04-16use alembic scripts from the packageDaniel Schadt
Especially for the installed module (which is probably the case if you use production.ini), this makes more sense than referring to the source location. We leave the development.ini for now, as there it might make sense to read the local directory (although it's probably installed as an editable module anyway).
2023-06-22add preliminary tileproxy testDaniel Schadt
2022-12-06enable account registrations for testingDaniel Schadt
2022-12-05parse/validate config with pydanticDaniel Schadt
This is the first step, in the next step, we should actually use request.config.
2022-07-09add tests for the login formDaniel Schadt
2022-06-28Initial commitDaniel Schadt