Django - Testing Django Applications
Which of the following is the correct way to perform a GET request using Django's
Client in a test?Client in a test?get() method to simulate GET requests.client.get('/url/'). Other methods like fetch, request, or load are invalid.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions