Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit afa1979

Browse files
committedApr 2, 2023
Copy tests for query to test async execution
1 parent c7105ec commit afa1979

File tree

2 files changed

+1773
-0
lines changed

2 files changed

+1773
-0
lines changed
 

‎graphene_django/tests/test_query_async.py

+1,772
Large diffs are not rendered by default.

‎setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"pytz",
2323
"django-filter>=22.1",
2424
"pytest-django>=4.5.2",
25+
"pytest-asyncio>=0.16,<2"
2526
] + rest_framework_require
2627

2728

0 commit comments

Comments
 (0)
Please sign in to comment.