Ivan Kosilov

Results 2 comments of Ivan Kosilov

Same issue. Are there any updates?

You might consider using Django’s standard `django.test.client.Client` for your tests. Additionally, Django now supports an asynchronous client `django.test.client.AsyncClient` that can be beneficial for testing async views.