wntrblm / nox

Flexible test automation for Python
https://nox.thea.codes
Apache License 2.0
1.3k stars 148 forks source link

Add dry run option, test, and documentation #823

Closed jklott closed 2 months ago

jklott commented 4 months ago

This PR addresses Issue https://github.com/wntrblm/nox/issues/302 which requests for a dry run option to be added. This option displays to the console what steps would be taken when the command is run but does not actually run them.

As part of this PR I added a test and updated the docs accordingly. Please let me know what changes need to be made still and I am happy to fix up the PR.