Test running a trivial script. In [13]: run simplevars.py x is: 1
()
| 14 | pass |
| 15 | |
| 16 | def doctest_run(): |
| 17 | """Test running a trivial script. |
| 18 | |
| 19 | In [13]: run simplevars.py |
| 20 | x is: 1 |
| 21 | """ |
| 22 | |
| 23 | def doctest_runvars(): |
| 24 | """Test that variables defined in scripts get loaded correctly via %run. |
nothing calls this directly
no outgoing calls
no test coverage detected