mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
parent
07f6446526
commit
68f7efc177
23 changed files with 189 additions and 148 deletions
6
tests/utils/routes/__init__.py
Normal file
6
tests/utils/routes/__init__.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from . import routes_admin as admin
|
||||
from . import routes_organizers as organizers
|
||||
from . import routes_recipes as recipes
|
||||
from . import routes_seeders as seeders
|
||||
from . import routes_user as user
|
||||
from ._base import RoutesBase
|
Loading…
Add table
Add a link
Reference in a new issue