can link google accounts!

This commit is contained in:
2026-01-20 15:54:00 +10:30
parent 900722d695
commit 4cf4a27c9a
17 changed files with 5325 additions and 4 deletions
+6 -1
View File
@@ -3,7 +3,7 @@ testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
addopts =
-v
--strict-markers
--cov=app
@@ -14,3 +14,8 @@ markers =
unit: Unit tests
integration: Integration tests
slow: Slow running tests
external_auth: External authentication tests
oauth: OAuth flow tests
google: Google OAuth tests
github: GitHub OAuth tests
microsoft: Microsoft OAuth tests