The program should print out "Hello World!"
python3 hello.py
- To run all the unittests:
python3 -m unittest tests/test_main.py - To run a specific step's unittest, e.g step 1:
python3 -m unittest tests.test_main.MyTestCase.test_step1
| Name | Name | Last commit date | ||
|---|---|---|---|---|