blob: 06a495d1a32ea05396568c3429a40575d0a3bad8 [file] [log] [blame]
- Tests missed with ExpectFailure() should be tracked and reported.
- GoTest prefix support, for running parallel tests
- Display source code of calling site
- t.LockResource("database", "config-dir"), acquires exclusive access
to these resources and prevents parallel tests from using them.
- Benchmark support
- Improved logging of multiline strings:
---------------------------------------------------------------------
FAIL: filename:line:TestMethod
... CheckEqual: A != B
... A: <string below>
... A: <end>
... B: <string below>
... B