We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa62387 commit 1dbfde2Copy full SHA for 1dbfde2
setup.py
@@ -6,6 +6,7 @@
6
"test": [ # `test` GitHub Action jobs uses this
7
"pytest>=6.0", # Core testing package
8
"pytest-xdist", # Multi-process runner
9
+ "pytest-mock",
10
"pytest-cov", # Coverage analyzer plugin
11
"hypothesis>=6.2.0,<7.0", # Strategy-based fuzzer
12
"ape-arbitrum", # For integration testing
0 commit comments