Skip to content

Commit 5732ef0

Browse files
add running with modules to prep work
1 parent fb8aedc commit 5732ef0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

3_documenting_and_testing/prep_work.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ Familiarize yourself with these resources for understanding and discussing code
1010

1111
- Read through [Behavior, Strategy, Implementation](./behavior_strategy_implementation.md)
1212
- Read through the [Code Review Checklist](./code_review_checklist.md)
13-
- Study and run the [`/examples`](./examples/)
13+
- Study and run the [`/examples`](./examples/). Practice using these commands with `fibonacci_list.py` and `tests/test_fibonacci.py`:
14+
- print the docstring: `$ python -m pydoc path/to/file.py`
15+
- run the doctests: `$ python -m doctest -v path/to/file.py`
16+
- run the tests using `$ python -m unittest path/to/tests/test_file.py`

0 commit comments

Comments
 (0)