aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test.py b/test/test.py
new file mode 100644
index 0000000..c541803
--- /dev/null
+++ b/test/test.py
@@ -0,0 +1,10 @@
+"""
+Test
+"""
+# import requests
+
+# BASE = "http://127.0.0.1:5000"
+
+# response = requests.post(f"{BASE}/api/v1/heroes")
+
+# print(response.json())