|
gstlal 1.13.0
|
Classes | |
| class | GstLALTestManager |
Functions | |
| clean_str (str c) | |
| is_osx (str platform=PLATFORM) | |
| types.FunctionType | skip_osx (types.FunctionType f) |
| requires_full_build (types.FunctionType f) | |
| broken (str reason) | |
| impl_deprecated (f) | |
Variables | |
| PLATFORM = sys.platform | |
| tuple | DEFAULT_MOCK_PATCHES |
| dict | CLEAN_TRANSLATION = {ord(c): None for c in string.whitespace} |
Test utilities. Common functions used across various GstLAL unittests
| broken | ( | str | reason | ) |
Definition at line 50 of file testtools.py.
| clean_str | ( | str | c | ) |
Clean a copyright string before comparison
Definition at line 31 of file testtools.py.
| impl_deprecated | ( | f | ) |
Definition at line 59 of file testtools.py.
| is_osx | ( | str | platform = PLATFORM | ) |
Check is OSX
Definition at line 36 of file testtools.py.
| requires_full_build | ( | types.FunctionType | f | ) |
Definition at line 46 of file testtools.py.
| types.FunctionType skip_osx | ( | types.FunctionType | f | ) |
Decorator wrapping pytest.skipif
Definition at line 41 of file testtools.py.
| dict python.utilities.testtools.CLEAN_TRANSLATION = {ord(c): None for c in string.whitespace} |
Definition at line 28 of file testtools.py.
| tuple python.utilities.testtools.DEFAULT_MOCK_PATCHES |
Definition at line 24 of file testtools.py.
| python.utilities.testtools.PLATFORM = sys.platform |
Definition at line 22 of file testtools.py.