MCPcopy Create free account
hub / github.com/ipython/ipython / KnownFailureTest

Class KnownFailureTest

IPython/external/decorators/_numpy_testing_noseclasses.py:10–12  ·  view source on GitHub ↗

Raise this exception to mark a test as a known failing test.

Source from the content-addressed store, hash-verified

8from nose.plugins.errorclass import ErrorClass, ErrorClassPlugin
9
10class KnownFailureTest(Exception):
11 '''Raise this exception to mark a test as a known failing test.'''
12 pass
13
14
15class KnownFailure(ErrorClassPlugin):

Callers 1

knownfailerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected