Skip to content

Commit

Permalink
Merge pull request #15 from simonsobs/dev
Browse files Browse the repository at this point in the history
Import TestClient from nextline_graphql
  • Loading branch information
TaiSakuma authored May 13, 2024
2 parents 77c005c + aabe124 commit c558456
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
from collections.abc import AsyncIterator

import pytest
from async_asgi_testclient import TestClient
from nextlinegraphql import create_app
from nextlinegraphql.plugins.ctrl.graphql import SUBSCRIBE_STATE
from nextlinegraphql.plugins.graphql.test import gql_request, gql_subscribe
from nextlinegraphql.plugins.graphql.test import TestClient, gql_request, gql_subscribe
from pytest_httpx import HTTPXMock

from nextline_schedule.graphql import (
Expand Down

0 comments on commit c558456

Please sign in to comment.