MCPcopy Index your code
hub / github.com/ipython/ipython / test_result

Function test_result

tests/test_backgroundjobs.py:46–51  ·  view source on GitHub ↗

Test job submission and result retrieval

()

Source from the content-addressed store, hash-verified

44
45
46def test_result():
47 """Test job submission and result retrieval"""
48 jobs = bg.BackgroundJobManager()
49 j = jobs.new(sleeper)
50 j.join()
51 assert j.result["interval"] == t_short
52
53
54def test_flush():

Callers

nothing calls this directly

Calls 1

newMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…