Flask - Testing Flask Applications
Which of the following is the correct way to test a GET request to the '/' route using Flask's test client?
get().client.get(path) to send GET requests. Other methods like post() or request('PUT', ...) are for different HTTP verbs.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions