Skip to content

Commit 1dbfde2

Browse files
committed
chore: pytest-mock added as project dependency
1 parent aa62387 commit 1dbfde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"test": [ # `test` GitHub Action jobs uses this
77
"pytest>=6.0", # Core testing package
88
"pytest-xdist", # Multi-process runner
9+
"pytest-mock",
910
"pytest-cov", # Coverage analyzer plugin
1011
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
1112
"ape-arbitrum", # For integration testing

0 commit comments

Comments
 (0)