Skip to content

Commit 7dc155c

Browse files
committed
Remove mention of monkey patching tests from README
We used to have to monkey patch by hand, but now we are able to use the mock package instead, which is generally less cumbersome. See commit 1756c89, for the final removal of this directory. Signed-off-by: mulhern <[email protected]>
1 parent ba913a3 commit 7dc155c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/README.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ This directory contains tests of the CLI functionality.
22

33
There are three directories containing three types of tests:
44
* unit - strict unit tests which require no setup of the environment
5-
* monkey_patching - tests that use monkey_patching to mock some behavior
65
* integration - straightforward tests of functionality
76

87
The project Makefile has make targets for running these different categories

0 commit comments

Comments
 (0)