Skip to content

Commit 40397d3

Browse files
committed
Added pytest-mock as a developer package
1 parent 95052b6 commit 40397d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ developer = [
5252
"ipykernel", # Enable interactive coding with VS Code and Jupyter Notebook
5353
"pre-commit", # Formatting, linting, type checking, etc.
5454
"pytest", # Test code functionality
55+
"pytest-mock", # Additional mocking tools for unit tests
5556
]
5657
instrument-server = [
5758
"aiohttp",

0 commit comments

Comments
 (0)