mirror of
https://github.com/joaovitoriasilva/endurain.git
synced 2026-01-09 15:57:59 -05:00
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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user