Skip to content

Commit 3740356

Browse files
committed
activity 1 cmd line upd
1 parent 655eb83 commit 3740356

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/modules/lesson01/activity.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ repository.
1010
Your goals:
1111
===========
1212

13-
Note that all of the command examples below should be run from inside
14-
the project root which contains the *test_unit.py*
13+
Note that all of the command examples below should be run from the activity directory,
14+
which contains the *test_unit.py*
1515
and *test_integration.py* files.
1616

1717
#. Provide a *MultiplierTests* and *DividerTests* test classes in
1818
the *test_unit.py* file.
1919
#. *python -m unittest test_unit.py*  and *python -m unittest
2020
test_integration.py* should have no failures.
21-
#. Running *coverage* run --source=calculator -m unittest test_unit.py;
21+
#. Running *coverage* run --source=calculator/calculator.py -m unittest test_unit.py;
2222
coverage report* * * shows 90%+ coverage..
2323
#. Satisfy the linter such that *pylint calculator* gives no errors
2424
and *flake8 calculator* gives no errors. You can achieve this by some

0 commit comments

Comments
 (0)