Copy tests for query to test async execution

This commit is contained in:
Josh Warwick 2023-04-01 19:54:50 -07:00
parent 0a84a6ea38
commit 64d311d770
2 changed files with 1773 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,6 +22,7 @@ tests_require = [
"pytz",
"django-filter>=22.1",
"pytest-django>=4.5.2",
"pytest-asyncio>=0.16,<2"
] + rest_framework_require