Test that variables defined interactively are picked up. In [5]: zz=1 In [6]: zz Out[6]: 1
()
| 31 | """ |
| 32 | |
| 33 | def doctest_ivars(): |
| 34 | """Test that variables defined interactively are picked up. |
| 35 | In [5]: zz=1 |
| 36 | |
| 37 | In [6]: zz |
| 38 | Out[6]: 1 |
| 39 | """ |
| 40 | |
| 41 | def doctest_refs(): |
| 42 | """DocTest reference holding issues when running scripts. |
nothing calls this directly
no outgoing calls
no test coverage detected