Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/geldata/gel
/ TestRunner
Class
TestRunner
edb/tools/inittestdb.py:42–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
41
42
class
TestRunner:
43
def
__init__(self):
44
self.cases = set()
45
46
def
run(self, test):
47
self.cases.update(tb.get_test_cases([test]))
48
return
TestResult()
49
50
51
async
def
execute(tests_dir, conn, num_workers, include):
Callers
1
execute
Function · 0.70
Calls
no outgoing calls
Tested by
1
execute
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…