From ee17bbadfed47af24572919d143f260c9c57bb36 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 23 Apr 2023 02:27:01 -0400 Subject: feat: add nix flake --- tests/test_all.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/test_all.py (limited to 'tests/test_all.py') diff --git a/tests/test_all.py b/tests/test_all.py deleted file mode 100644 index 3a405eb..0000000 --- a/tests/test_all.py +++ /dev/null @@ -1,13 +0,0 @@ -from fastapi.testclient import TestClient - -from guzzle_api.api import app - -client = TestClient(app) - -resp = client.get("/get_random_teawie").text -print(f"random:\n {resp}") - -resp = client.get("/list_teawies?limit=6").text -print(f"list:\n {resp}") - -tests = {"/list_teawies"} -- cgit v1.2.3