This commit was merged in pull request #105.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"""Reference test suite for the Module 13 lab. Peek only after you've tried it yourself.
|
||||
|
||||
Named `reference_test_tasks.py` (not `test_*.py`) on purpose, so `python -m unittest discover`
|
||||
Named `reference_test_tasks.py` (not `test_*.py`) on purpose, so `python3 -m unittest discover`
|
||||
does NOT pick it up automatically. To run it, copy it next to your working `tasks.py` (e.g.
|
||||
`~/ai-workflow-course/work/tasks-app/`) and run, from that directory:
|
||||
|
||||
python -m unittest reference_test_tasks
|
||||
python3 -m unittest reference_test_tasks
|
||||
|
||||
It assumes `tasks.py` is importable, which is why you run it from the tasks-app directory.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user