mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-26 21:54:24 -05:00
feat(backend): 🚧 stub out new exporter service (WIP) (#715)
* chore(backend): 🎨 add isort path to vscode settings * style(frontend): 💄 remove fab and add general create button * feat(backend): 🚧 stub out new exporter service * comment out stub tests Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# from fastapi.testclient import TestClient
|
||||
|
||||
# from tests.utils.fixture_schemas import TestUser
|
||||
|
||||
|
||||
# class Routes:
|
||||
# base = "/api/groups/manage/data" # Not sure if this is a good url?!?!?
|
||||
|
||||
|
||||
# def test_recipe_export(api_client: TestClient, unique_user: TestUser) -> None:
|
||||
# assert False
|
||||
|
||||
|
||||
# def test_recipe_import(api_client: TestClient, unique_user: TestUser) -> None:
|
||||
# assert False
|
||||
Reference in New Issue
Block a user