MCPcopy Create free account
hub / github.com/brainflow-dev/brainflow / TestFailureError

Class TestFailureError

emulator/brainflow_emulator/emulate_common.py:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class TestFailureError(Exception):
13 def __init__(self, message, exit_code):
14 super(TestFailureError, self).__init__(message)
15 self.exit_code = exit_code
16
17
18class Listener(threading.Thread):

Callers 11

run_testFunction · 0.90
test_serialFunction · 0.90
test_serialFunction · 0.90
test_socketFunction · 0.90
test_serialFunction · 0.90
do_GETMethod · 0.90
test_shieldFunction · 0.90
test_serialFunction · 0.90
test_serialFunction · 0.90
test_socketFunction · 0.90
test_serialFunction · 0.90

Calls

no outgoing calls

Tested by 9

test_serialFunction · 0.72
test_serialFunction · 0.72
test_socketFunction · 0.72
test_serialFunction · 0.72
test_shieldFunction · 0.72
test_serialFunction · 0.72
test_serialFunction · 0.72
test_socketFunction · 0.72
test_serialFunction · 0.72