Skip to content

Commit

Permalink
Improve test coroutine dispatchers utilities
Browse files Browse the repository at this point in the history
* Replace usages of TestCoroutineDispatcher with UnconfinedTestDispatcher (close #113)
* Provide scheduler from UnconfinedTestDispatcher to tests (close #114)
* Update readme file
* Update changelog
  • Loading branch information
sczerwinski authored Apr 9, 2022
1 parent 36bd241 commit 797102d
Show file tree
Hide file tree
Showing 9 changed files with 347 additions and 271 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## [Unreleased]
### Added
- `TestCoroutineDispatcherRule` and `TestCoroutineDispatcherExtension` provide `TestCoroutineScheduler` to the tests

### Changed
- Replace usages of `TestCoroutineDispatcher` with `UnconfinedTestDispatcher`
- Upgrade Gradle to `7.4.2`
- Dependencies:
- Upgrade Kotlin to `1.6.20`
Expand Down
Loading

0 comments on commit 797102d

Please sign in to comment.