Scroll to navigation

NOSE2-3(1) User Commands NOSE2-3(1)

NAME

nose2-3 - nose2-3

DESCRIPTION

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

[--no-user-config] [--no-plugins] [--plugin PLUGINS] [--exclude-plugin EXCLUDE_PLUGINS] [--verbose] [--quiet] [--log-level LOG_LEVEL] [-B] [--coverage PATH] [--coverage-report TYPE] [--coverage-config FILE] [-C] [-D] [-F] [-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
print test case names and statuses

--quiet

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
April 2018 nose2-3 0.7.4-2