Flask - Testing Flask Applications
You want to test a Flask route
/submit that accepts POST requests with form data {'name': 'Alice'}. Which code snippet correctly simulates this using the test client?