blob: e67a898db56ec6ef0415291c8d876bb72117d63d [file] [log] [blame]
- Tests missed with ExpectFailure() should be tracked and reported.
- t.Skip() in tests and in SetUpTest and SetUpSuite
- 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
- Implement PASS logging in verbose mode:
---------------------------------------------------------------------
PASS: filename:line:TestMethod
PASS: filename:line:TestMethod
PASS: filename:line:TestMethod
PASS: filename:line:TestMethod
---------------------------------------------------------------------
- Improved logging of multiline strings:
---------------------------------------------------------------------
FAIL: filename:line:TestMethod
... CheckEqual: A != B
... A: <string below>
... A: <end>
... B: <string below>
... B