mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 10:43:25 -04:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user