lunarmodules / busted

Elegant Lua unit testing.
https://lunarmodules.github.io/busted/
MIT License
1.4k stars 185 forks source link

Save print function in TAP output handler before tests #633

Closed Luca-spopo closed 3 years ago

Luca-spopo commented 4 years ago

I made this PR to fix https://github.com/Olivine-Labs/busted/issues/632

Tieske commented 4 years ago

have you checked other output handlers for the same flaw?

Tieske commented 4 years ago

can you update the PR to use io.write?