1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-07-25 08:09:41 +02:00
mealie/tests/utils
Matthias Bilger e109391e9a
Added validators for users and recipes (#1052)
* Added validators for users and recipes

provide a simple get api, allowing to test for existence of
- user by username
- recipe by slug
- group by name (not tested yet)

* updated formatting

* Use group_id+slug for recipes, use ValidationRespone

* Fixed Flake8 errors and warnings

* add missing field for TestUser init
2022-03-15 14:28:42 -08:00
..
__init__.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
app_routes.py feat(backend): refactor/fix group management for admins (#838) 2021-11-25 14:17:02 -09:00
assertion_helpers.py Feature/shopping lists second try (#927) 2022-01-16 15:24:24 -09:00
factories.py refactor(backend): ♻️ cleanup HTTP service classes and remove database singleton (#687) 2021-09-19 15:31:34 -08:00
fixture_schemas.py Added validators for users and recipes (#1052) 2022-03-15 14:28:42 -08:00
helpers.py Improve Test Coverage (#511) 2021-06-13 13:09:44 -08:00
jsonify.py feature: proper multi-tenant-support (#969)(WIP) 2022-02-13 12:23:42 -09:00
recipe_data.py feat: Paprika/Mealie Migration support (#873) 2021-12-09 19:52:53 -09:00
routes.py fix #967 and test error to catch (#979) 2022-02-13 18:33:25 -09:00
user_login.py fix #967 and test error to catch (#979) 2022-02-13 18:33:25 -09:00