Some ipython tests with fully random output. # all-random In [7]: 1 Out[7]: 99 In [8]: print('hello') world In [9]: iprand_all() Out[9]: 'junk'
()
| 141 | return 'iprand' |
| 142 | |
| 143 | def iprand_all(): |
| 144 | """Some ipython tests with fully random output. |
| 145 | |
| 146 | # all-random |
| 147 | |
| 148 | In [7]: 1 |
| 149 | Out[7]: 99 |
| 150 | |
| 151 | In [8]: print('hello') |
| 152 | world |
| 153 | |
| 154 | In [9]: iprand_all() |
| 155 | Out[9]: 'junk' |
| 156 | """ |
| 157 | return 'iprand_all' |
nothing calls this directly
no outgoing calls
no test coverage detected