Skip to content

Tags: kulti/thelper

Tags

v0.6.3

Toggle v0.6.3's commit message
bug: go1.17 support

Fuzzing tests are introduced in go1.18. When linter runs on older go runtime, it's ok, that testing.F is not found.

Disable f-checks if testing.F not found.

v0.6.2

Toggle v0.6.2's commit message
bug: support go1.17

v0.6.1

Toggle v0.6.1's commit message
bug: use deprecated types.NewSignature to support go1.17

v0.6.0

Toggle v0.6.0's commit message
docs: add notes about fuzzing tests

v0.5.1

Toggle v0.5.1's commit message
chore: fix typo

v0.5.0

Toggle v0.5.0's commit message
feat: support subtest builder as anonymous function and fixture method

v0.4.0

Toggle v0.4.0's commit message
docs: add excpetion section to README and describe tb support

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: add basic golangci-lint configuration. (#23)

* chore: add a basic golangci-lint configuration.

v0.3.0

Toggle v0.3.0's commit message
feat: support testing.TB

v0.2.1

Toggle v0.2.1's commit message
fix: filter sub-test functions from thelper checks