Release v0.6.34
- Fixed bug when
.GetValue() string
method forLabel
andParameter
might return invalid string if the.Value
field type was not a string. See #80 - Fixed bug when parameterized test could drop tests for some parameters silently. See #99
- Fixed bug when panic occurred if parameterized test suites did not implement
InitializeTestsParams
method. See #104 - Fixed typos & formatting. See #97, #96, #79
- Update CI actions versions #95
Full Changelog: v0.6.33...v0.6.34