Fix and update tests for 3.x#967
Open
circulon wants to merge 10 commits into
Open
Conversation
# Conflicts: # .github/workflows/pythonapp.yml
# Conflicts: # tests/seeds/test_seeds.py
sqlite tests now use migrations and seeders for standard testing deleted orm.sqlite3 file # Conflicts: # .gitignore # orm.sqlite3 # tests/integrations/migrations/2018_01_09_043202_create_users_table.py # tests/integrations/seeds/user_table_seeder.py # tests/sqlite/models/test_sqlite_model.py
This addresses the issue where a test has been partially completed but no “assert” was added. In this case pytest classes the response as a technical pass the script will be run during pre-commit checks and as part of the CI test run
cleaned up for readability - moved all grammar test values into the associated test. - renamed test classes where required Added assertions to tests that did not have them (causing false positive pass) Enabled commented out tests General cleanup and tidy
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.
This PR is a tests cleanup including:
orm.sqlite3file