pytest-djangoEasy Playground

Pytest plugin for Django projects

Getting started with pytest-djangoRun locally
Install
pip install pytest-django
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pytest_django)

pytest-django is a third-party package. Pytest plugin for Django projects. Install with: pip install pytest-django

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?