test: Replace unittest class with simple tests

This commit is contained in:
Chris Coutinho
2025-10-13 21:10:03 +02:00
parent a4ca3e00a0
commit 3c4535da75
2 changed files with 36 additions and 41 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
"""Interactive integration tests for OAuth authentication."""
import os
import logging
import os
import pytest