Flask - Testing Flask Applications
You run this test code but get a TypeError:
post() got an unexpected keyword argument 'form'. What is the issue?response = client.post('/register', form={'email': 'user@example.com'})