blob: 795e43ed5829c5f5995d0a53198a934511405a2c [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
- Improved logging of multiline strings:
---------------------------------------------------------------------
FAIL: filename:line:TestMethod
... CheckEqual: A != B
... A: <string below>
... A: <end>
... B: <string below>
... B