NitPycker’ command line usage¶

On installation, NitPycker adds a command line script nitpycker so that you can run your tests either by :

$ ./nitpycker [options] [plugins] ${start_directory}

or :

$ python3 -m nitpycker [options] [plugins] ${start_directory}

You can also access help through:

$ ./nitpycker --help