Skip to content

Commit 7ef6f65

Browse files
committed
minor: Add TODO and add mongomock into tests_require.
1 parent 2b4bb18 commit 7ef6f65

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

graphene_mongoengine/tests/test_query.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,19 @@ def resolve_reporter(self, *args, **kwargs):
180180
assert not result.errors
181181
assert dict(result.data['reporter']) == expected['reporter']
182182

183+
# TODO:
184+
def test_should_custom_identifier():
185+
pass
186+
187+
# TODO:
188+
def test_should_mutate_well():
189+
pass
190+
191+
# TODO:
192+
def test_should_filter():
193+
pass
194+
195+
# TODO:
196+
def test_should_paging():
197+
pass
198+

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
setup_requires=['pytest-runner'],
4242
tests_require=[
4343
'pytest>=3.3.2',
44+
'mongomock>=3.8.0'
4445
'mock'
4546
],
4647
test_suite="graphene_mongoengine.tests",

0 commit comments

Comments
 (0)