MCPcopy
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
42def test_info():
43 info()
44 do_sync()
45 info()
46 for _ in range(24):
47 do_sync()
48 info()
49
50
51def do_sync():

Callers

nothing calls this directly

Calls 2

infoFunction · 0.90
do_syncFunction · 0.85

Tested by

no test coverage detected