pytest-flask — Easy Playground
Pytest plugin for Flask application testing
Getting started with pytest-flaskRun locally
Install
pip install pytest-flaskPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: pytest_flask)
pytest-flask is a third-party package. Pytest plugin for Flask application testing. Install with: pip install pytest-flask
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?