Trees | Indices | Help |
|
---|
|
Container for test marker functions. These can be used to mark functions, methods, or classes.
|
|||
|
|||
|
|
|||
display_present = True hash(x) |
|||
not_linux = <MarkDecorator 'skipif' {'args': (True,), 'kwargs'
|
|||
not_darwin = <MarkDecorator 'skipif' {'args': (False,), 'kwarg
|
|||
not_windows = <MarkDecorator 'skipif' {'args': (False,), 'kwar
|
|||
not_windows32 = <MarkDecorator 'skipif' {'args': (False,), 'kw
|
|||
not_windows64 = <MarkDecorator 'skipif' {'args': (False,), 'kw
|
|||
require_display = <MarkDecorator 'skipif' {'args': (False,), '
|
|||
slow = <MarkDecorator 'slow' {'args': (), 'kwargs': {}}>
|
|||
post_test = <MarkDecorator 'post_test' {'args': (), 'kwargs':
|
|||
__package__ =
|
|
A test requires a specific product. Automatically adds the following: * Test is a post test (must be run with --post-test or --post-test-only) * Test will be skipped if C{product_name} is not installed. * Test is marked with "require_{product_name}", and can be selected like -m require_{product_name}, for example -m require_psp |
|
not_linux
|
not_darwin
|
not_windows
|
not_windows32
|
not_windows64
|
require_display
|
post_test
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:32 2016 | http://epydoc.sourceforge.net |