Unit Tests update#164
Merged
pinamiranda merged 18 commits intoJul 1, 2026
Merged
Conversation
* test_boot_validate * test_config_service * test_dynamic_func
* test_dynamic_func - conclusion
* test_formatter_func
* test_init.py
* test_preauthorization.py
* test_redirect_func.py
* revocation.py * route_dynamic.py
* route_formatter.py
* test_route_oid4vp.py
* route_oidc.py
* Configuration of a default mock for app.CONFIGURATION
Fixed unit tests
* Hide the old unit test file test_country_config * Fix the 'run tests command' to export necessary env variables in order to run the tests
Fix unit test execution and code coverage reporting for sonar in GitHub Actions Removed test_country_config.py module Fixed the unit test execution command to export the .env.test environment variables before running the tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update Unit Tests