mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-03 02:33:31 -05:00
* fix #1144 * fix type checks * refactor test routes package * fix #1208 * unify test routes into module
This commit is contained in:
9
tests/utils/routes/routes_seeders.py
Normal file
9
tests/utils/routes/routes_seeders.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from ._base import RoutesBase, v1
|
||||
|
||||
|
||||
class Seeders(RoutesBase):
|
||||
base = v1("/groups/seeders")
|
||||
|
||||
foods = f"{base}/foods"
|
||||
units = f"{base}/units"
|
||||
labels = f"{base}/labels"
|
||||
Reference in New Issue
Block a user