Skip to content

Commit 0eafad7

Browse files
authored
Update README.md
1 parent 8625d3a commit 0eafad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest-mock/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This folder contains code examples related to the RealPython tutorial on [Understanding the Python Mock Object Library](https://realpython.com/python-mock-library/).
44

5-
The example code showcases some of the different use cases of `unittest.mock` in a single test file, `test_my_calendar.py`. When writing your own tests, keep in mind that readability counts and that your test code will be better readable if you keep one consistent approach to mocking.
5+
The example code showcases some of the different use cases of `unittest.mock` in a single test file, `test_my_calendar.py`. When writing your own tests, keep in mind that readability counts and that your test code will be more readable if you keep one consistent approach to mocking.
66

77
## Installation
88

0 commit comments

Comments
 (0)