Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Koed00/django-q
/ test_info
Function
test_info
django_q/tests/test_monitor.py:42–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
41
@pytest.mark.django_db
42
def
test_info():
43
info()
44
do_sync()
45
info()
46
for
_ in range(24):
47
do_sync()
48
info()
49
50
51
def
do_sync():
Callers
nothing calls this directly
Calls
2
info
Function · 0.90
do_sync
Function · 0.85
Tested by
no test coverage detected