Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

TestHelper is mostly unnecessary #85

@freshtonic

Description

@freshtonic

Instead of many permutations of assert_execute_*, let's just have our tests invoke GraphQL.execute, get the response (which may or may not include errors) and check assert on the response directly.

GraphQL.execute is now easier to use because of the use of keyword lists. It means we don't need all of the assert permutations to make it usable anymore.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions