.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.11. .TH NOSE2 "1" "August 2019" "nose2 0.9.1-2" "User Commands" .SH NAME nose2 \- nose2 .SH DESCRIPTION usage: nose2 [\-s START_DIR] [\-t TOP_LEVEL_DIRECTORY] [\-\-config [CONFIG]] .IP [\-\-no\-user\-config] [\-\-no\-plugins] [\-\-plugin PLUGINS] [\-\-exclude\-plugin EXCLUDE_PLUGINS] [\-\-verbosity VERBOSITY] [\-\-verbose] [\-\-quiet] [\-\-log\-level LOG_LEVEL] [\-B] [\-\-coverage PATH] [\-\-coverage\-report TYPE] [\-\-coverage\-config FILE] [\-C] [\-D] [\-F] [\-\-pretty\-assert] [\-h] [testNames [testNames ...]] .SS "positional arguments:" .IP testNames .SS "optional arguments:" .TP \fB\-s\fR START_DIR, \fB\-\-start\-dir\fR START_DIR Directory to start discovery ('.' default) .TP \fB\-t\fR TOP_LEVEL_DIRECTORY, \fB\-\-top\-level\-directory\fR TOP_LEVEL_DIRECTORY, \fB\-\-project\-directory\fR TOP_LEVEL_DIRECTORY Top level directory of project (defaults to start dir) .TP \fB\-\-config\fR [CONFIG], \fB\-c\fR [CONFIG] Config files to load, if they exist. ('unittest.cfg' and 'nose2.cfg' in start directory default) .TP \fB\-\-no\-user\-config\fR Do not load user config files .TP \fB\-\-no\-plugins\fR Do not load any plugins. Warning: nose2 does not do anything if no plugins are loaded .TP \fB\-\-plugin\fR PLUGINS Load this plugin module. .TP \fB\-\-exclude\-plugin\fR EXCLUDE_PLUGINS Do not load this plugin module .TP \fB\-\-verbosity\fR VERBOSITY Set starting verbosity level (int). Applies before \fB\-v\fR and \fB\-q\fR .TP \fB\-\-verbose\fR, \fB\-v\fR Print test case names and statuses. Use multiple '\-v's for higher verbosity. .TP \fB\-\-quiet\fR, \fB\-q\fR Reduce verbosity. Multiple '\-q's result in lower verbosity. .TP \fB\-\-log\-level\fR LOG_LEVEL Set logging level for message logged to console. .TP \fB\-h\fR, \fB\-\-help\fR Show this help message and exit .SS "plugin arguments:" .IP Command\-line arguments added by plugins: .TP \fB\-B\fR, \fB\-\-output\-buffer\fR Enable output buffer .TP \fB\-\-coverage\fR PATH Measure coverage for filesystem path (multi\-allowed) .TP \fB\-\-coverage\-report\fR TYPE Generate selected reports, available types: term, term\-missing, annotate, html, xml (multi\-allowed) .TP \fB\-\-coverage\-config\fR FILE Config file for coverage, default: .coveragerc .TP \fB\-C\fR, \fB\-\-with\-coverage\fR Turn on coverage reporting .TP \fB\-D\fR, \fB\-\-debugger\fR Enter pdb on test fail or error .TP \fB\-F\fR, \fB\-\-fail\-fast\fR Stop the test run after the first error or failure .TP \fB\-\-pretty\-assert\fR Add pretty output for "assert" statements