From 16918369d7090bf40ba57d50c4aef08fa6277caa Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Fri, 14 Feb 2025 10:33:57 +0100 Subject: [PATCH] corrected supabase api communication --- backend/.gitignore | 3 + backend/report.html | 14 +- backend/src/constants.py | 12 +- backend/src/main.py | 27 +- backend/src/payments/supabase.py | 122 ++-- backend/src/tests/test_main.py | 55 +- report.html | 1091 ++++++++++++++++++++++++++++++ 7 files changed, 1235 insertions(+), 89 deletions(-) create mode 100644 report.html diff --git a/backend/.gitignore b/backend/.gitignore index 75ed7e8..ac02d06 100644 --- a/backend/.gitignore +++ b/backend/.gitignore @@ -1,6 +1,9 @@ # osm-cache cache_XML/ +# secrets +*secrets.yaml + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/backend/report.html b/backend/report.html index a1b212b..f89bcab 100644 --- a/backend/report.html +++ b/backend/report.html @@ -328,7 +328,7 @@ div.media {

Backend Testing Report

-

Report generated on 12-Feb-2025 at 21:34:08 by pytest-html +

Report generated on 14-Feb-2025 at 10:33:15 by pytest-html v4.1.1

Environment

@@ -382,7 +382,7 @@ div.media {

Summary

-

0 test took 0 ms.

+

1 test took 681 ms.

(Un)check the boxes to filter the results.