Skip to content

Commit

Permalink
docs: autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Sep 19, 2021
1 parent bf70d9b commit 32cf185
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@
## [Unreleased]

### Features
- **assert:** added `AssertRegexp` and `AssertNotRegexp`
- **assert:** added `AssertIncreasing` and `AssertDecreasing`
- **assert:** added `AssertLen`
- **assert:** added error message to `AssertNoError`

### Code Refactoring
- **assert:** added regexp tests for `AssertRegexp` & `AssertNotRegexp`
- **assert:** changed parameter for `Assert(Not)Regexp` to interface
- **assert:** changed parameter for `Assert(Not)Regexp` to interface
- **assert:** changed parameter for `Assert(Not)Regexp` to interface
- **assert:** rearranged parameters
- **assert:** change fail message
- **assert:** rearranged imports
- **assert:** removed unused break statements
- **assert:** renamed variable in `AssertLen`

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</a>

<a href="https://codecov.io/gh/MarvinJWendt/testza">
<!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-2704-magenta?style=flat-square" alt="Unit test count"><!-- unittestcount:end -->
<!-- unittestcount:start --><img src="https://img.shields.io/badge/Unit_Tests-2712-magenta?style=flat-square" alt="Unit test count"><!-- unittestcount:end -->
</a>

<a href="https://pkg.go.dev/github.com/MarvinJWendt/testza" target="_blank">
Expand Down

0 comments on commit 32cf185

Please sign in to comment.