Skip to content
This repository was archived by the owner on Aug 17, 2020. It is now read-only.

0.2.0

Choose a tag to compare

@drodriguezhdez drodriguezhdez released this 13 Apr 09:52
· 43 commits to master since this release

Added

  • Added capability to set the function where the test source code is kept manually (#214)

Changed

  • Calculation of the test suite and test name for subtests (#214)

Fixed

  • Fixed Travis Build URL (#212)
  • Fixed test start time when a test is marked as t.Parallel() (#214)
  • Fixed bug in t.Log monkey patching methods, due a problem in Golang reflect.makefunc (#214)
  • Avoid accessing 'agent.recoder' if not initialized (#216)