(stu, correct)
| 14 | ], |
| 15 | ) |
| 16 | def test_basic(stu, correct): |
| 17 | s = setup_state(stu_code=stu, sol_code="import pandas as pd") |
| 18 | with helper.verify_sct(correct): |
| 19 | s.has_import("pandas") |
| 20 | |
| 21 | |
| 22 | @pytest.mark.parametrize( |
nothing calls this directly
no test coverage detected