Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
class
TestFailureError(Exception):
13
def
__init__(self, message, exit_code):
14
super(TestFailureError, self).__init__(message)
15
self.exit_code = exit_code
16
17
18
class
Listener(threading.Thread):
Callers
11
run_test
Function · 0.90
test_serial
Function · 0.90
test_serial
Function · 0.90
test_socket
Function · 0.90
test_serial
Function · 0.90
do_GET
Method · 0.90
test_shield
Function · 0.90
test_serial
Function · 0.90
test_serial
Function · 0.90
test_socket
Function · 0.90
test_serial
Function · 0.90
Calls
no outgoing calls
Tested by
9
test_serial
Function · 0.72
test_serial
Function · 0.72
test_socket
Function · 0.72
test_serial
Function · 0.72
test_shield
Function · 0.72
test_serial
Function · 0.72
test_serial
Function · 0.72
test_socket
Function · 0.72
test_serial
Function · 0.72