You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: days/10-12-pytest/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Be warned: mastering `pytest` might feel like possessing a super power!
14
14
15
15
## Day N: Setup + Learn pytest
16
16
17
-
Today you will pip install `pytest` and `pytest-cov` and watch the video lectures.
17
+
Today you will pip install `pytest` and `pytest-cov`(best practice is to use a [virtual environment](https://pybit.es/the-beauty-of-virtualenv.html)) and watch the video lectures.
18
18
19
19
Start thinking about how you can write tests for your code ...
0 commit comments