noxEasy Playground

Flexible test automation configured with Python

Getting started with noxRun locally
Install
pip install nox
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: nox)

nox is a third-party package. Flexible test automation configured with Python. Install with: pip install nox

Challenge

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