Flask - Testing Flask Applications
Identify the issue in this Flask test code:
client = app.test_client()
response = client.get('/profile')
print(response.status)client = app.test_client()
response = client.get('/profile')
print(response.status)status_code, not status.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions