Closed dbnicholson closed 1 year ago
There were a few problems here:
Job
fun
func
job_storage
A test is added to verify that the RunPython migration code actually works.
RunPython
Fixes: #802
There were a few problems here:
Job
s have nofun
attribute. It should befunc
.job_storage
was not being imported from where it's defined. That would make it difficult to mock in tests.A test is added to verify that the
RunPython
migration code actually works.Fixes: #802