Index

Symbols | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | R | S | T | U | V | W

Symbols

--collect-only DEFAULT
command line option
--layer-reporter DEFAULT
command line option
--log-capture DEFAULT
command line option
--no-plugins
command line option
--no-user-config
command line option
--print-hooks DEFAULT
command line option
--set-outcomes DEFAULT
command line option
--with-doctest DEFAULT
command line option
-A DEFAULT, --attribute DEFAULT
command line option
-B DEFAULT, --output-buffer DEFAULT
command line option
-c CONFIG, --config CONFIG
command line option
-D DEFAULT, --debugger DEFAULT
command line option
-E DEFAULT, --eval-attribute DEFAULT
command line option
-F DEFAULT, --fail-fast DEFAULT
command line option
-I DEFAULT, --with-id DEFAULT
command line option
-N DEFAULT, --processes DEFAULT
command line option
-P DEFAULT, --profile DEFAULT
command line option
-s START_DIR, --start-dir START_DIR
command line option
-t TOP_LEVEL_DIRECTORY, --top-level-directory TOP_LEVEL_DIRECTORY, --project-directory TOP_LEVEL_DIRECTORY
command line option
-X DEFAULT, --junit-xml DEFAULT
command line option

A

A() (in module nose2.tools.such)
addArgument() (nose2.events.Plugin method)
addError() (nose2.result.PluggableTestResult method)
addExpectedFailure() (nose2.result.PluggableTestResult method)
addFailure() (nose2.result.PluggableTestResult method)
addFlag() (nose2.events.Plugin method)
addMethod() (nose2.events.PluginInterface method)
addMethods() (nose2.events.Plugin method)
addOption() (nose2.events.Plugin method)
addSkip() (nose2.result.PluggableTestResult method)
addSuccess() (nose2.result.PluggableTestResult method)
addUnexpectedSuccess() (nose2.result.PluggableTestResult method)
afterInteraction() (built-in function)
(nose2.plugins.buffer.OutputBufferPlugin method)
afterSummaryReport() (built-in function)
afterTestRun() (built-in function)
(nose2.plugins.result.ResultReporter method)
always-on
configvar, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19]
alwaysOn (Plugin attribute)
argparse (Session attribute)
args (nose2.events.CommandLineArgsEvent attribute)
as_bool() (nose2.config.Config method)
as_float() (nose2.config.Config method)
as_int() (nose2.config.Config method)
as_list() (nose2.config.Config method)
as_str() (nose2.config.Config method)
AttributeSelector (class in nose2.plugins.attrib)

B

beforeErrorList() (built-in function)
beforeInteraction() (built-in function)
(nose2.plugins.buffer.OutputBufferPlugin method)
beforeSummaryReport() (built-in function)
(nose2.plugins.prof.Profiler method)

C

clear-handlers
configvar
code-directories
configvar
CollectOnly (class in nose2.plugins.collect)
collectTests() (nose2.plugins.collect.CollectOnly method)
colors
configvar
command line option
--collect-only DEFAULT
--layer-reporter DEFAULT
--log-capture DEFAULT
--no-plugins
--no-user-config
--print-hooks DEFAULT
--set-outcomes DEFAULT
--with-doctest DEFAULT
-A DEFAULT, --attribute DEFAULT
-B DEFAULT, --output-buffer DEFAULT
-D DEFAULT, --debugger DEFAULT
-E DEFAULT, --eval-attribute DEFAULT
-F DEFAULT, --fail-fast DEFAULT
-I DEFAULT, --with-id DEFAULT
-N DEFAULT, --processes DEFAULT
-P DEFAULT, --profile DEFAULT
-X DEFAULT, --junit-xml DEFAULT
-c CONFIG, --config CONFIG
-s START_DIR, --start-dir START_DIR
-t TOP_LEVEL_DIRECTORY, --top-level-directory TOP_LEVEL_DIRECTORY, --project-directory TOP_LEVEL_DIRECTORY
CommandLineArgsEvent (class in nose2.events)
commandLineOption (Plugin attribute)
Config (class in nose2.config)
config (Plugin attribute)
configClass (nose2.session.Session attribute)
configSection (Plugin attribute)
configvar
always-on, [1], [2], [3], [4], [5], [6], [7], [8], [9], [10], [11], [12], [13], [14], [15], [16], [17], [18], [19]
clear-handlers
code-directories
colors
date-format
descriptions
errors-only
exclude-plugins
extensions
filename
filter
format
highlight-words
id-file
indent
keep_restricted
log-level
path
plugins
processes
restrict
sort
start-dir
stderr
stdout
test-file-pattern
test-method-prefix
test-run-timeout
treat-as-fail
treat-as-skip
connection (SubprocessEvent attribute)
createTests() (built-in function)
(nose2.main.PluggableTestProgram method)
(nose2.tools.such.Scenario method)
CreateTestsEvent (class in nose2.events)

D

date-format
configvar
Debugger (class in nose2.plugins.debugger)
defaultPlugins (nose2.main.PluggableTestProgram attribute)
describeTest() (built-in function)
DescribeTestEvent (class in nose2.events)
description (nose2.events.DescribeTestEvent attribute)
descriptions
configvar
discover() (in module nose2.main)
(nose2.loader.PluggableTestLoader method)
DiscoveryLoader (class in nose2.plugins.loader.discovery)
DocTestLoader (class in nose2.plugins.doctests)

E

ensure_importable() (in module nose2.util)
errorList (nose2.events.DescribeTestEvent attribute)
errors-only
configvar
Event (class in nose2.events)
exc_info (nose2.events.TestOutcomeEvent attribute)
exc_info_to_string() (in module nose2.util)
exclude-plugins
configvar
excludedNames (nose2.events.GetTestCaseNamesEvent attribute)
executeTests (nose2.events.StartTestRunEvent attribute)
(SubprocessEvent attribute)
expected (nose2.events.TestOutcomeEvent attribute)
extensions
configvar
extraDetail (nose2.events.OutcomeDetailEvent attribute)
extraNames (nose2.events.GetTestCaseNamesEvent attribute)
extraTests (nose2.events.HandleFileEvent attribute)
(nose2.events.LoadFromModuleEvent attribute)
(nose2.events.LoadFromNameEvent attribute)
(nose2.events.LoadFromNamesEvent attribute)
(nose2.events.LoadFromTestCaseEvent attribute)

F

failedImport() (nose2.loader.PluggableTestLoader method)
failedLoadTests() (nose2.loader.PluggableTestLoader method)
FailFast (class in nose2.plugins.failfast)
filename
configvar
filter
configvar
findConfigFiles() (nose2.main.PluggableTestProgram method)
format
configvar
format_traceback() (in module nose2.util)
Functions (class in nose2.plugins.loader.functions)

G

Generators (class in nose2.plugins.loader.generators)
get() (nose2.config.Config method)
(nose2.session.Session method)
getTestCaseNames() (built-in function)
(nose2.plugins.loader.generators.Generators method)
(nose2.plugins.loader.parameters.Parameters method)
GetTestCaseNamesEvent (class in nose2.events)
getTestMethodNames() (in module nose2.plugins.loader.testclasses)

H

handleArgs() (built-in function)
(nose2.main.PluggableTestProgram method)
(nose2.plugins.attrib.AttributeSelector method)
handleCfgArgs() (nose2.main.PluggableTestProgram method)
handled (nose2.events.Event attribute)
handleDir() (nose2.plugins.loader.loadtests.LoadTestsLoader method)
handleFile() (built-in function)
(nose2.plugins.doctests.DocTestLoader method)
HandleFileEvent (class in nose2.events)
has_module_fixtures() (in module nose2.util)
has_setup() (nose2.tools.such.Scenario method)
has_teardown() (nose2.tools.such.Scenario method)
has_test_setup() (nose2.tools.such.Scenario method)
has_test_teardown() (nose2.tools.such.Scenario method)
having() (nose2.tools.such.Scenario method)
highlight-words
configvar
Hook (class in nose2.events)
hookClass (nose2.events.PluginInterface attribute)
(PluginInterface attribute)
hooks (Session attribute)

I

id-file
configvar
indent
configvar
isgenerator() (in module nose2.util)
ispackage() (in module nose2.util)
isTestMethod (nose2.events.GetTestCaseNamesEvent attribute)

J

JUnitXmlReporter (class in nose2.plugins.junitxml)

K

keep_restricted
configvar

L

Layer (built-in class)
LayerReporter (class in nose2.plugins.layers)
Layers (class in nose2.plugins.layers)
libDirs (Session attribute)
ln() (in module nose2.util)
loadConfigFiles() (nose2.session.Session method)
loader (nose2.events.CreateTestsEvent attribute)
(SubprocessEvent attribute)
(nose2.events.GetTestCaseNamesEvent attribute)
(nose2.events.HandleFileEvent attribute)
(nose2.events.LoadFromModuleEvent attribute)
(nose2.events.LoadFromNameEvent attribute)
(nose2.events.LoadFromNamesEvent attribute)
(nose2.events.LoadFromTestCaseEvent attribute)
loaderClass (nose2.main.PluggableTestProgram attribute), [1]
LoadFromModuleEvent (class in nose2.events)
LoadFromNameEvent (class in nose2.events)
LoadFromNamesEvent (class in nose2.events)
LoadFromTestCaseEvent (class in nose2.events)
loadIds() (nose2.plugins.testid.TestId method)
loadPlugins() (nose2.main.PluggableTestProgram method)
(nose2.session.Session method)
loadPluginsFromModule() (nose2.session.Session method)
loadTestsFromModule() (built-in function)
(nose2.loader.PluggableTestLoader method)
(nose2.plugins.loader.functions.Functions method)
(nose2.plugins.loader.generators.Generators method)
(nose2.plugins.loader.parameters.Parameters method)
(nose2.plugins.loader.testcases.TestCaseLoader method)
(nose2.plugins.loader.testclasses.TestClassLoader method)
loadTestsFromName() (built-in function)
(nose2.loader.PluggableTestLoader method)
(nose2.plugins.loader.discovery.DiscoveryLoader method)
(nose2.plugins.loader.functions.Functions method)
(nose2.plugins.loader.generators.Generators method)
(nose2.plugins.loader.parameters.Parameters method)
(nose2.plugins.loader.testcases.TestCaseLoader method)
(nose2.plugins.loader.testclasses.TestClassLoader method)
(nose2.plugins.testid.TestId method)
loadTestsFromNames() (built-in function)
(nose2.loader.PluggableTestLoader method)
(nose2.plugins.loader.discovery.DiscoveryLoader method)
(nose2.plugins.testid.TestId method)
loadTestsFromTestCase() (built-in function)
(nose2.plugins.loader.generators.Generators method)
loadTestsFromTestClass() (in module nose2.plugins.loader.testclasses)
LoadTestsLoader (class in nose2.plugins.loader.loadtests)
log-level
configvar
LogCapture (class in nose2.plugins.logcapture)
longLabel (nose2.events.TestOutcomeEvent attribute)

M

main (in module nose2.main)
matchPath() (built-in function)
MatchPathEvent (class in nose2.events)
metadata (nose2.events.Event attribute)
method (Hook attribute)
methods (PluginInterface attribute)
module (nose2.events.CreateTestsEvent attribute)
(nose2.events.LoadFromModuleEvent attribute)
(nose2.events.LoadFromNameEvent attribute)
(nose2.events.LoadFromNamesEvent attribute)
module_from_name() (in module nose2.util)
moduleLoadedSuite() (nose2.plugins.attrib.AttributeSelector method)
(nose2.plugins.loader.loadtests.LoadTestsLoader method)
ModuleSuiteEvent (class in nose2.events)
MultiProcess (class in nose2.plugins.mp)

N

name (nose2.events.HandleFileEvent attribute)
(nose2.events.LoadFromNameEvent attribute)
(nose2.events.MatchPathEvent attribute)
name_from_args() (in module nose2.util)
name_from_path() (in module nose2.util)
names (nose2.events.CreateTestsEvent attribute)
(nose2.events.LoadFromNamesEvent attribute)
nextId() (nose2.plugins.testid.TestId method)
nose2.compat (module)
nose2.events (module)
nose2.exceptions (module)
nose2.loader (module)
nose2.main (module)
nose2.plugins.attrib (module)
nose2.plugins.buffer (module)
nose2.plugins.collect (module)
nose2.plugins.debugger (module)
nose2.plugins.doctests (module)
nose2.plugins.failfast (module)
nose2.plugins.junitxml (module)
nose2.plugins.layers (module)
nose2.plugins.loader.discovery (module)
nose2.plugins.loader.functions (module)
nose2.plugins.loader.generators (module)
nose2.plugins.loader.loadtests (module)
nose2.plugins.loader.parameters (module)
nose2.plugins.loader.testcases (module)
nose2.plugins.loader.testclasses (module)
nose2.plugins.logcapture (module)
nose2.plugins.mp (module)
nose2.plugins.outcomes (module)
nose2.plugins.printhooks (module)
nose2.plugins.prof (module)
nose2.plugins.result (module)
nose2.plugins.testid (module)
nose2.result (module)
nose2.runner (module)
nose2.tools.such (module)
nose2.util (module)

O

object_from_name() (in module nose2.util)
outcome (nose2.events.TestOutcomeEvent attribute)
outcomeDetail() (built-in function)
(nose2.plugins.buffer.OutputBufferPlugin method)
(nose2.plugins.logcapture.LogCapture method)
OutcomeDetailEvent (class in nose2.events)
outcomeEvent (nose2.events.OutcomeDetailEvent attribute)
Outcomes (class in nose2.plugins.outcomes)
OutputBufferPlugin (class in nose2.plugins.buffer)

P

Parameters (class in nose2.plugins.loader.parameters)
params() (in module nose2.tools)
parse_log_level() (in module nose2.util)
parseArgs() (nose2.main.PluggableTestProgram method)
path
configvar
path (nose2.events.HandleFileEvent attribute)
(nose2.events.MatchPathEvent attribute)
pattern (nose2.events.HandleFileEvent attribute)
(nose2.events.MatchPathEvent attribute)
pdb (nose2.plugins.debugger.Debugger attribute), [1]
PluggableTestLoader (class in nose2.loader)
PluggableTestProgram (class in nose2.main)
PluggableTestResult (class in nose2.result)
PluggableTestRunner (class in nose2.runner)
Plugin (class in nose2.events)
pluginargs (Session attribute)
pluginClasses (RegisterInSubprocessEvent attribute)
PluginInterface (class in nose2.events)
plugins
configvar
plugins (Hook attribute)
(Session attribute)
(SubprocessEvent attribute)
pluginsLoaded (nose2.events.PluginsLoadedEvent attribute)
pluginsLoaded() (built-in function)
(nose2.plugins.loader.testclasses.TestClassLoader method)
PluginsLoadedEvent (class in nose2.events)
prepareSysPath() (nose2.session.Session method)
preRegistrationMethods (PluginInterface attribute)
PrintHooks (class in nose2.plugins.printhooks)
processes
configvar
Profiler (class in nose2.plugins.prof)

R

reason (nose2.events.TestOutcomeEvent attribute)
register() (nose2.events.Plugin method)
(nose2.events.PluginInterface method)
(nose2.plugins.printhooks.PrintHooks method)
(nose2.plugins.prof.Profiler method)
registerInSubprocess() (built-in function)
RegisterInSubprocessEvent (class in nose2.plugins.mp)
registerPlugin() (nose2.session.Session method)
reportCategories (nose2.events.ReportSummaryEvent attribute)
reportError() (built-in function)
reportExpectedFailure() (built-in function)
reportFailure() (built-in function)
reportOtherOutcome() (built-in function)
reportSkip() (built-in function)
reportStartTest() (built-in function)
(nose2.plugins.testid.TestId method)
reportSuccess() (built-in function)
ReportSummaryEvent (class in nose2.events)
ReportTestEvent (class in nose2.events)
reportUnexpectedSuccess() (built-in function)
restrict
configvar
result (nose2.events.ResultCreatedEvent attribute)
(SubprocessEvent attribute)
(nose2.events.ResultStopEvent attribute)
(nose2.events.ResultSuccessEvent attribute)
(nose2.events.StartTestEvent attribute)
(nose2.events.StartTestRunEvent attribute)
(nose2.events.StopTestEvent attribute)
(nose2.events.StopTestRunEvent attribute)
(nose2.events.TestOutcomeEvent attribute)
resultClass (nose2.runner.PluggableTestRunner attribute), [1]
resultCreated() (built-in function)
ResultCreatedEvent (class in nose2.events)
ResultReporter (class in nose2.plugins.result)
resultStop() (built-in function)
ResultStopEvent (class in nose2.events)
ResultSuccessEvent (class in nose2.events)
run() (nose2.runner.PluggableTestRunner method)
runner (nose2.events.RunnerCreatedEvent attribute)
(nose2.events.StartTestRunEvent attribute)
(nose2.events.StopTestRunEvent attribute)
runnerClass (nose2.main.PluggableTestProgram attribute), [1]
runnerCreated() (built-in function)
RunnerCreatedEvent (class in nose2.events)
runTests() (nose2.main.PluggableTestProgram method)

S

safe_decode() (in module nose2.util)
Scenario (class in nose2.tools.such)
Session (class in nose2.session)
session (Plugin attribute)
sessionClass (nose2.main.PluggableTestProgram attribute), [1]
setInitialArguments() (nose2.main.PluggableTestProgram method)
setTestOutcome() (built-in function)
(nose2.plugins.buffer.OutputBufferPlugin method)
(nose2.plugins.logcapture.LogCapture method)
(nose2.plugins.outcomes.Outcomes method)
setUp() (Layer class method)
shortLabel (nose2.events.TestOutcomeEvent attribute)
should() (nose2.tools.such.Scenario method)
shouldStop (nose2.events.ResultStopEvent attribute)
(nose2.result.PluggableTestResult attribute)
sort
configvar
sortTestMethodsUsing() (nose2.loader.PluggableTestLoader method)
start-dir
configvar
startDir (Session attribute)
startSubprocess() (built-in function)
startTest() (built-in function)
(nose2.plugins.buffer.OutputBufferPlugin method)
(nose2.plugins.junitxml.JUnitXmlReporter method)
(nose2.plugins.logcapture.LogCapture method)
(nose2.plugins.result.ResultReporter method)
(nose2.result.PluggableTestResult method)
StartTestEvent (class in nose2.events)
startTestRun() (built-in function)
(nose2.plugins.collect.CollectOnly method)
(nose2.plugins.logcapture.LogCapture method)
(nose2.plugins.prof.Profiler method)
StartTestRunEvent (class in nose2.events)
startTime (nose2.events.StartTestEvent attribute)
(nose2.events.StartTestRunEvent attribute)
stderr
configvar
stdout
configvar
stop() (nose2.result.PluggableTestResult method)
stopSubprocess() (built-in function)
stopTest() (built-in function)
(nose2.plugins.buffer.OutputBufferPlugin method)
(nose2.plugins.logcapture.LogCapture method)
(nose2.result.PluggableTestResult method)
StopTestEvent (class in nose2.events)
stopTestEvent (nose2.events.ReportSummaryEvent attribute)
stopTestRun() (built-in function)
(nose2.plugins.junitxml.JUnitXmlReporter method)
(nose2.plugins.testid.TestId method)
StopTestRunEvent (class in nose2.events)
stopTime (nose2.events.StopTestEvent attribute)
(nose2.events.StopTestRunEvent attribute)
stream (nose2.events.ReportSummaryEvent attribute)
(nose2.events.ReportTestEvent attribute)
SubprocessEvent (class in nose2.plugins.mp)
success (nose2.events.ResultSuccessEvent attribute)
suite (nose2.events.StartTestRunEvent attribute)
suiteClass (nose2.loader.PluggableTestLoader attribute), [1]

T

tearDown() (Layer class method)
test (nose2.events.DescribeTestEvent attribute)
(nose2.events.StartTestEvent attribute)
(nose2.events.StopTestEvent attribute)
(nose2.events.TestOutcomeEvent attribute)
test-file-pattern
configvar
test-method-prefix
configvar
test-run-timeout
configvar
test_from_name() (in module nose2.util)
testCase (nose2.events.GetTestCaseNamesEvent attribute)
(nose2.events.LoadFromTestCaseEvent attribute)
TestCaseLoader (class in nose2.plugins.loader.testcases)
TestClassLoader (class in nose2.plugins.loader.testclasses)
testEvent (nose2.events.ReportTestEvent attribute)
testFilePattern (Session attribute)
TestId (class in nose2.plugins.testid)
testMethodPrefix (nose2.events.GetTestCaseNamesEvent attribute)
(Session attribute)
TestNotFoundError
testOutcome() (built-in function)
(nose2.plugins.debugger.Debugger method)
(nose2.plugins.failfast.FailFast method)
(nose2.plugins.junitxml.JUnitXmlReporter method)
(nose2.plugins.result.ResultReporter method)
TestOutcomeEvent (class in nose2.events)
testSetUp() (Layer class method)
testTearDown() (Layer class method)
timeTaken (nose2.events.StopTestRunEvent attribute)
topLevelDir (Session attribute)
topLevelDirectory (nose2.events.HandleFileEvent attribute)
transplant_class() (in module nose2.util)
treat-as-fail
configvar
treat-as-skip
configvar

U

unittest (Session attribute)
UserInteractionEvent (class in nose2.events)

V

valid_module_name() (in module nose2.util)
verbosity (Session attribute)
version (nose2.events.Event attribute), [1]

W

wasSuccessful() (built-in function)
(nose2.result.PluggableTestResult method)

This Page