-
Notifications
You must be signed in to change notification settings - Fork 181
Implement outstanding tests #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Implement `__eq__` operator on `GraphQLField`, `GraphQLArgument` and `GraphQLInputObjectField`.
Update failing test_union_interface test to match new resolve_type function signature.
* The error returned by `get_variable_value` for incorrect types will now sort json keys for the unknown object (if it's a dict) #23
wow this is great work @jhgg. Is there anything else we need to do to reach feature-parity with graphql-js? |
Nope. I just am working on finishing up the remaining executor tests. And we are good. It's done. Now to test and see where I messed up. |
@rawls238 you can read the release notes here for the current status: https://github.com/graphql-python/graphql-core/releases/tag/v0.4.7b0 |
I could use some help with documenting things tho. |
This issue is just a check-list of outstanding tests I need to implement.
If you plan to help, please comment before starting work on any of these tests so we don't do the same work at the same time. If there's a name by the checkbox, that person is working on implementing those tests.
Type Tests
Executor Tests
Language Tests
Utility Tests
Validation Tests
Starwars
The text was updated successfully, but these errors were encountered: