Skip to content

Commit

Permalink
add running with modules to prep work
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Dec 2, 2024
1 parent fb8aedc commit 5732ef0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion 3_documenting_and_testing/prep_work.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ Familiarize yourself with these resources for understanding and discussing code

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

0 comments on commit 5732ef0

Please sign in to comment.