lunarmodules / busted

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

change(gtest): update outputter to use standard tracing info #727

Closed Tieske closed 11 months ago

Tieske commented 11 months ago

instead of file @ line-no it now uses file:line-no which is standard recognized by more IDE's (eg. output is clickable and takes the user to the source line).

Since the trace info is not part of gtest (busted specific addition), it does not break compatibility. Examples.