| Trees | Indices | Help |
|
|---|
|
|
Container for test marker functions. These can be used to mark functions, methods, or classes.
|
|||
|
|||
|
|||
|
|||
display_present = Truehash(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':
|
|||
not_qt5 = <MarkDecorator 'skipif' {'args': (True,), '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
|
not_qt5
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue May 2 06:32:57 2017 | http://epydoc.sourceforge.net |