nox
Package — TestingPython 3.7+Intermediate
Flexible test automation configured with Python
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- argcomplete, colorlog, packaging, virtualenv
- Install
pip install nox
Learn by Difficulty
Quick Example
python
# Install: pip install nox import nox # Basic nox usage print(f"Using nox") # See documentation for detailed examples
nox is a third-party package. Flexible test automation configured with Python. Install with: pip install nox
Try in PlaygroundTags
packagetestingquality-assurance