Releases: kunwardeep/paralleltest
Releases · kunwardeep/paralleltest
v1.0.10 Add new option ignoreloopvar
v1.0.9 Setenv can be used in parallel tests or tests with parallel ancestors
What's Changed
- dont flag tests which call Setenv directly or whose subtests do by @spencerschrock in #33
New Contributors
- @spencerschrock made their first contribution in #33
Full Changelog: v1.0.8...v1.0.9
v1.0.8 Add new option ignoremissingsubtests
What's Changed
- Fix grammar in lint failure message by @AngusGMorrison in #29
- Add option
ignoremissingsubtests
to ignore missingt.Parallel()
in subtests by @brandur in #32
New Contributors
- @AngusGMorrison made their first contribution in #29
- @brandur made their first contribution in #32
Full Changelog: v1.0.7...v1.0.8
v1.0.7 Update golang.org/x/tools and fix panic for empty test function
What's Changed
- Update test.yml by @kunwardeep in #30
- fix panic when empty test function without t name by @alexandear in #27
- Update golang.org/x/tools to v0.7.0 by @lox in #26
New Contributors
- @alexandear made their first contribution in #27
- @lox made their first contribution in #26
Full Changelog: v1.0.6...v1.0.7
v1.0.6 Add new flag to ignore missing calls to t.Parallel
What's Changed
- Add flag to ignore missing calls (off by default) by @turbolent in #19
Full Changelog: v1.0.5...v1.0.6
v1.0.5 Test workflow tweaks and other random improvements
What's Changed
- Fix
LICENSE
typo/project owner by @magnetikonline in #17 - Update to golang.org/x/tools v0.1.10, allows use of Go 1.18 by @turbolent in #20
- Test workflow tweaks and other random improvements by @magnetikonline in #21
New Contributors
- @magnetikonline made their first contribution in #17
Full Changelog: v1.0.4...v1.0.5
v1.0.4 Bug fix #12 and #14
v1.0.3 Bug fix - Verify only t.Run and t.Parallel methods
What's Changed
- Update dependencies with security vulnerabilities by @rarguelloF in #11
- Don't get fooled by non-testing variables by @rkennedy in #10
New Contributors
- @rarguelloF made their first contribution in #11
- @rkennedy made their first contribution in #10
Full Changelog: v1.0.2...v1.0.3
v1.0.2 Moved dev dependancies to its own folder
What's Changed
- moved dev dependancy to the tool folder by @kunwardeep in #7
Full Changelog: 1.0.0...v1.0.2
v1.0.1
What's Changed
- Run only test files by @kunwardeep in #1
- Kbedi/check range statements by @kunwardeep in #2
- tests added by @kunwardeep in #3
- run linter for test methods only by @kunwardeep in #4
- added missing scenario for test runs by @kunwardeep in #5
- remove the check for test only files by @kunwardeep in #6
Full Changelog: https://github.com/kunwardeep/paralleltest/commits/v1.0.1