graphql-python / graphene-sqlalchemy

Graphene SQLAlchemy integration
http://docs.graphene-python.org/projects/sqlalchemy/en/latest/
MIT License
974 stars 225 forks source link

Improve filter tests #402

Open sabard opened 4 months ago

sabard commented 4 months ago

Add two filter tests covering RelationshipFilter exceptions and remove unnecessary code and comments relating to filtering and enums.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.46%. Comparing base (b30bc92) to head (bf65082).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #402 +/- ## ========================================== + Coverage 94.76% 95.46% +0.70% ========================================== Files 10 10 Lines 1336 1324 -12 ========================================== - Hits 1266 1264 -2 + Misses 70 60 -10 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.