test(backend): refactor testing to reduce network reliance and speed up suite

This commit is contained in:
hay-kot
2021-11-26 11:59:36 -09:00
parent 9d9412f08e
commit 1e6adb0aad
11 changed files with 11425 additions and 7 deletions

View File

@@ -14,7 +14,4 @@ TEST_RAW_RECIPES = TEST_DATA.joinpath("scraper", "recipes-raw")
TEST_CHOWDOWN_DIR = TEST_DATA.joinpath("migrations", "chowdown")
TEST_NEXTCLOUD_DIR = TEST_DATA.joinpath("migrations", "nextcloud")
# Routes
if __name__ == "__main__":
pass
TEST_HTML_DIR = TEST_DATA.joinpath("html")