Skip to content

Commit fca34b6

Browse files
author
Joseph Luce
authored
Update test_examples.md
1 parent 630abb7 commit fca34b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: testing/test_examples.md

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if __name__ == '__main__':
3737
unittest.main()
3838
```
3939

40+
### Basic mocking of a dependency within your test target.
4041
```
4142
from mock import patch
4243

0 commit comments

Comments
 (0)