Running Tests

Here we will run the test suite for the salt-gnupg-rotate project.

Note

This tutorial assumes you have already followed the Setting Up for Development steps to set up for developing this project.

Running all the test suites

To run all of the test suites:

nox

Running a specific test suite

List out the available nox test suites:

nox -s

Select the suite you would like to run from the list of available suites and run it with:

nox -s <suite name>