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 dd3c42d commit c6c3333Copy full SHA for c6c3333
source/modules/lesson01/activity.rst
@@ -22,7 +22,7 @@ and *test_integration.py* files.
22
23
::
24
25
- coverage* run --source=calculator/calculator.py -m unittest test_unit.py;
+ coverage run --source=calculator/calculator.py -m unittest test_unit.py;
26
27
28
#. Satisfy the linter such that *pylint calculator* gives no errors
0 commit comments