Skip to content

Commit

Permalink
add pytest-mock as dependency for test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bgunnar5 committed May 8, 2024
1 parent 1b3dd7e commit 023737f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added fixtures specifically for testing status functionality
- Added tests for reading and writing status files, and status conflict handling
- Added tests for the `dict_deep_merge` function
- Pytest-mock as a dependency for the test suite (necessary for using mocks and fixtures in the same test)

### Changed

Expand Down
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ alabaster
johnnydep
deepdiff
pytest-order
pytest-mock

0 comments on commit 023737f

Please sign in to comment.