File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
import logging
22
22
import pytest
23
23
from requests .exceptions import HTTPError
24
- from tests .lib .query_handler import GraphQLQueryHandler
25
24
from eiffel_graphql_api .graphql .api import APP
26
25
from eiffel_graphql_api .graphql .db .database import get_database
27
26
from eiffel_graphql_api .graphql .db .database import get_client
27
+ from tests .lib .query_handler import GraphQLQueryHandler
28
28
29
29
30
30
logging .basicConfig (level = logging .DEBUG )
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ setenv = MONGODB_CONNSTRING = mongodb://localhost:27017
15
15
MONGODB_DATABASE = testing_eiffel_graphql_api
16
16
commands =
17
17
pytest -s --log-format =" %(levelname)%: %(message)s" {posargs}
18
+ basepython = python3.6
18
19
19
20
[testenv:black]
20
21
deps =
You can’t perform that action at this time.
0 commit comments