diff options
author | Jarrod Millman <millman@berkeley.edu> | 2008-12-31 23:25:03 +0000 |
---|---|---|
committer | Jarrod Millman <millman@berkeley.edu> | 2008-12-31 23:25:03 +0000 |
commit | 8c448a31743b9ea5bc18e06dfa42c078206ca529 (patch) | |
tree | ce25aed9f383011568653d7761918eeb11ba7dde /numpy/testing | |
parent | 1bb5bb5529d78ba95e76c802544f8b6efa84ec33 (diff) | |
download | numpy-8c448a31743b9ea5bc18e06dfa42c078206ca529.tar.gz |
ran reindent
Diffstat (limited to 'numpy/testing')
-rw-r--r-- | numpy/testing/decorators.py | 2 | ||||
-rw-r--r-- | numpy/testing/noseclasses.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/numpy/testing/decorators.py b/numpy/testing/decorators.py index 5d8f863d2..418c1d9fa 100644 --- a/numpy/testing/decorators.py +++ b/numpy/testing/decorators.py @@ -89,7 +89,7 @@ def knownfailureif(skip_condition, msg=None): Parameters --------- skip_condition : bool - Flag to determine whether to mark test as known failure (True) + Flag to determine whether to mark test as known failure (True) or not (False) msg : string Message to give on raising a KnownFailureTest exception diff --git a/numpy/testing/noseclasses.py b/numpy/testing/noseclasses.py index d838a5f84..ef2f90745 100644 --- a/numpy/testing/noseclasses.py +++ b/numpy/testing/noseclasses.py @@ -251,7 +251,7 @@ class KnownFailureTest(Exception): class KnownFailure(ErrorClassPlugin): - '''Plugin that installs a KNOWNFAIL error class for the + '''Plugin that installs a KNOWNFAIL error class for the KnownFailureClass exception. When KnownFailureTest is raised, the exception will be logged in the knownfail attribute of the result, 'K' or 'KNOWNFAIL' (verbose) will be output, and the |