Releases: MarvinJWendt/testza
Releases · MarvinJWendt/testza
v0.2.8
Features
- assert: added
AssertRegexp
andAssertNotRegexp
- assert: added
AssertIncreasing
andAssertDecreasing
- assert: added
AssertLen
- assert: added error message to
AssertNoError
v0.2.7
Features
- assert: added
AssertErrorIs
andAssertNotErrorIs
Test
- assert: added tests for
AssertErrorIs
andAssertNotErrorIs
v0.2.6
Features
- capture: add
CaptureStdoutAndStderr
Documentation
- added examples to most functions
- improved docs
Code Refactoring
- rename variable in
MockInputXXXModify
functions
v0.2.5
Bug Fixes
- assert: fix
AssertNil
andAssertNotNil
on non basic types
Test
- assert: add tests for
AssertNil
with non basic types
v0.2.4
Features
- add configurable options
- add setting to turn off colored output
- add setting to turn off line numbers in output
Test
- configuration: add tests to configuration values
v0.2.3
Bug Fixes
- assert: get correctly formatted error messages on mocked test runner
v0.2.2
Documentation
- added some examples to most functions
Snapshots 🎉
Features
- snapshot: add snapshot functionality
Test
- delete invalid named snapshot
- snapshot: make tests pass on linux
- snapshot: add more error tests to Snapshot
- snapshot: add Snapshot tests
Code Refactoring
- fix linting and make 1.15.X tests pass
- snapshot: make linebreaks consistent
v0.2.0
Features
- assert: add
AssertTestFails
Test
- rename test functions to new structure
- assert: test that assertions fail when they should
- assert: cleanup tests for
AssertTestFails
- assert: add more tests to
AssertEqual
- assert: add tests for
AssertTestFails
- mock: add test for
MockInputIntModify
- mock: add test for
MockInputFloat64Modify
- mock: add test for
MockInputFloat64GenerateRandomPositive
andMockInputFloat64GenerateRandomNegative
- mock: add test for
MockInputBoolModify
Code Refactoring
- move tests into own package
- assert: change
AssertPanic
toAssertPanics
BREAKING CHANGE
change AssertPanic
to AssertPanics
v0.1.0
Code Refactoring
- rewrite CI to new structure
- change structure