Anyone testing async views with django test client?

21 views
Skip to first unread message

SP

unread,
Sep 20, 2022, 7:17:19 PM9/20/22
to Django users
My async  CBV works when accessed through my url endpoint with REQUESTS package.  But with the django test client it seems to think the database doesn't contain the information I'm trying to pull using ORM. I've confirmed that the data DOES exist in the newly recreated DB (populated with fixtures in my TestCase based class. 

Any suggestions would be appreciated!

Reply all
Reply to author
Forward
0 new messages