Add tests for identity_providers module and update .gitignore

Added comprehensive unit tests for the identity_providers module, including CRUD operations, schema validation, and utility functions. Updated .gitignore to exclude deeper __pycache__ directories. Removed session test files and old __pycache__ files from the repository.
This commit is contained in:
João Vitória Silva
2025-12-19 11:25:57 +00:00
parent 435647d6c0
commit a2b32bc847
19 changed files with 3163 additions and 2137 deletions

3
.gitignore vendored
View File

@@ -15,6 +15,9 @@ backend/app/*/*/*/__pycache__/
backend/app/*.pyc
backend/tests/__pycache__/
backend/tests/*/__pycache__/
backend/tests/*/*/__pycache__/
backend/tests/*/*/*/__pycache__/
backend/tests/*/*/*/*/__pycache__/
# Tests
backend/.coverage