mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 12:44:15 +03:00
chore: lint
This commit is contained in:
parent
c9a4d5301c
commit
3787d224a7
|
@ -226,6 +226,7 @@ def test_time_query_variable(sample_time):
|
|||
assert not result.errors
|
||||
assert result.data == {"time": isoformat}
|
||||
|
||||
|
||||
def test_support_isoformat():
|
||||
isoformat = 20111104
|
||||
|
||||
|
@ -244,6 +245,7 @@ def test_support_isoformat():
|
|||
assert not result.errors
|
||||
assert result.data == {"time": isoformat}
|
||||
|
||||
|
||||
def test_bad_variables(sample_date, sample_datetime, sample_time):
|
||||
def _test_bad_variables(type_, input_):
|
||||
result = schema.execute(
|
||||
|
|
Loading…
Reference in New Issue
Block a user