()
| 207 | } |
| 208 | let count = 0; |
| 209 | function end() { |
| 210 | count++; |
| 211 | if (count === numberOfTimesToRun) { |
| 212 | done(); |
| 213 | } |
| 214 | } |
| 215 | function runSingleErrorScript(callback) { |
| 216 | PythonShell.run('error.py', null).catch((err) => { |
| 217 | err.should.be.an.Error; |
nothing calls this directly
no outgoing calls
no test coverage detected