mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Update changelog
This commit is contained in:
parent
a6149b2671
commit
c00d2fe4e6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
### Added
|
### Added
|
||||||
- Add support for using named (keyword) arguments in place of positional arguments in stubs. [#47](https://github.com/icy-arctic-fox/spectator/issues/47)
|
- Add support for using named (keyword) arguments in place of positional arguments in stubs. [#47](https://github.com/icy-arctic-fox/spectator/issues/47)
|
||||||
|
- Add `before`, `after`, and `around` as aliases for `before_each`, `after_each`, and `around_each` respectively.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Clear stubs defined with `expect().to receive()` syntax after test finishes to prevent leakage between tests.
|
- Clear stubs defined with `expect().to receive()` syntax after test finishes to prevent leakage between tests.
|
||||||
|
|
Loading…
Reference in a new issue