Scroll to navigation

NOSE2(1) User Commands NOSE2(1)

NAME

nose2 - nose2

DESCRIPTION

usage: nose2 [-s START_DIR] [-t TOP_LEVEL_DIRECTORY] [--config [CONFIG]]

[--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 ...]]

positional arguments:

testNames

optional arguments:

Directory to start discovery ('.' default)
Top level directory of project (defaults to start dir)
Config files to load, if they exist. ('unittest.cfg' and 'nose2.cfg' in start directory default)
Do not load user config files
Do not load any plugins. Warning: nose2 does not do anything if no plugins are loaded
Load this plugin module.
Do not load this plugin module
Set starting verbosity level (int). Applies before -v and -q
Print test case names and statuses. Use multiple '-v's for higher verbosity.
Reduce verbosity. Multiple '-q's result in lower verbosity.
Set logging level for message logged to console.
Show this help message and exit

plugin arguments:

Command-line arguments added by plugins:
Enable output buffer
Measure coverage for filesystem path (multi-allowed)
Generate selected reports, available types: term, term-missing, annotate, html, xml (multi-allowed)
Config file for coverage, default: .coveragerc
Turn on coverage reporting
Enter pdb on test fail or error
Stop the test run after the first error or failure
Add pretty output for "assert" statements
August 2019 nose2 0.9.1-2