Skip to content

Releases: gametimesf/testy

Add anchors to every test result

22 Feb 17:08
d0222ee
Compare
Choose a tag to compare

This allows linking to a specific test result, which is incredibly handy during PRs.

Add a lot of documentation

17 Aug 16:37
4a16e0a
Compare
Choose a tag to compare

Also made some minor edits which don't affect functionality other than changing the timestamp format to truncate to seconds instead of milliseconds on the test result list.

Save and view previous test results

07 Apr 20:19
a770b11
Compare
Choose a tag to compare
Merge pull request #15 from gametimesf/fail-count

BE-8167: add failed count to tables

Parallel test execution when running via go test

28 Mar 21:55
0fc28b1
Compare
Choose a tag to compare
Merge pull request #11 from gametimesf/parallel

BE-8127: Add Parallel for RunAsTest

Return subtest result from Run

15 Mar 23:42
2e3221a
Compare
Choose a tag to compare

Also Go 1.18 officially released.

Fully nested test results

02 Mar 17:53
179fd82
Compare
Choose a tag to compare
Merge pull request #8 from gametimesf/result-helpers

BE-8033: TestResult helpers

Each helper for table-driven tests

23 Feb 23:32
aae2a42
Compare
Choose a tag to compare
Merge pull request #6 from gametimesf/foreach

BE-8028: Each helper

Bare-bones functionality

17 Feb 22:58
3325cc3
Compare
Choose a tag to compare
  • Before/After package and test
  • Run tests in package
  • Run all tests via web interface or programatically