You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Do not manually enumerate tests in each and every CI build script
* Refactor test expectation macros to output failing line in logs
Previously, logs first recorded a random source line and then message
contained the line where the expectation failed.
* Add non-asserting test expectation macros
These fail test instead of killing the process.
* Print test results in the nicer format by default
Let's reserve LOG(ERROR) for errors.
Unfortunately, we cannot use this everywhere as test runner is also used
in TonlibClient, where custom log redirections can be set up.
0 commit comments