(stu, correct)
| 52 | ], |
| 53 | ) |
| 54 | def test_chaining(stu, correct): |
| 55 | s = setup_state(stu_code=stu, sol_code="import numpy.random as rand") |
| 56 | with helper.verify_sct(correct): |
| 57 | s.has_import("numpy.random") |
nothing calls this directly
no test coverage detected