Important
This documentation covers IPython versions 6.0 and higher. Beginning with version 6.0, IPython stopped supporting compatibility with Python versions lower than 3.3 including all versions of Python 2.7.
If you are looking for an IPython version compatible with Python 2.7, please use the IPython 5.x LTS release and refer to its documentation (LTS is the long term support release).
Module:testing.decorators
5 Functions
Make function raise SkipTest exception if skip_condition is true
skip_condition (bool or callable) – Flag to determine whether to skip test. If the condition is a callable, it is used at runtime to dynamically make the decision. This is useful for tests that may require costly imports, to delay the cost until the test suite is actually executed.
msg (string) – Message to give on raising a SkipTest exception.
decorator – Decorator, which, when applied to a function, causes SkipTest to be raised when the skip_condition was True, and the function to be called normally otherwise.
function
Decorator factory - mark a test function for skipping from test suite.
msg (string) – Optional message to be added.
decorator – Decorator, which, when applied to a function, causes SkipTest to be raised, with the optional message added.
function
The reverse from skipif, see skipif for details.
Can module be imported? Returns true if module does NOT import.
This is used to make a decorator to skip tests that require module to be available, but delay the ‘import numpy’ to test execution time.
Decorator to skip test when at least one of commands
is not found.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4