banditcpp / bandit

Human-friendly unit testing for C++11
https://banditcpp.github.io/bandit/
Other
259 stars 37 forks source link

Output test error on cerr instead of cout #169

Open MartinDelille opened 10 months ago

MartinDelille commented 10 months ago

Hi,

Is it possible to output the test error on the standard error instead of the standard output ? I would allow my ide (Qt Creator) to list them in the issue pane which allow to quickly jump from one to another.