Skip to content
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

Extract query function from GraphQLTestCase making it possible to use in a pytest fixture #1015

Merged
merged 5 commits into from
Aug 5, 2020

Commits on Jul 31, 2020

  1. Extract query function from GraphQLTestCase

    Making it possible to use in a pytest fixture
    nikolaik committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    9544e6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d20ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79cb43e View commit details
    Browse the repository at this point in the history
  4. Document using graphql_query in a pytest fixture

    Also add a test
    nikolaik committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    091772d View commit details
    Browse the repository at this point in the history
  5. python 2.7

    nikolaik committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    8fb5d76 View commit details
    Browse the repository at this point in the history