DOKK / manpages / debian 10 / python3-nose2 / nose2-3.7.1.en
NOSE2-3(1) User Commands NOSE2-3(1)

nose2-3 - nose2-3

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

testNames

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

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
January 2019 nose2-3 0.8.0-1