- Modify
quote_system.pyto solve the problem as stated in [TODO ref to content's problem description]. - Use the
quotes.txtfile for the list of quotees amd quotes to select from. - You can run the program using the instructions in To Run below.
- You can test technical correctness by running the unit tests as in the section To Test below.
- You will be required to create
myfile.txtcontainingWalt Disney ~ All our dreams can come true,if we have the courage to pursue them.to pass that required unittest.
python3 quote_system.py- follow the input prompts to play the game
- To run all the unittests:
python3 -m unittest tests/test_quote_system.py - To run a specific step's unittest, e.g step 1:
python3 -m unittest tests.test_quote_system.MyTestCase.test_1_choose_quote_file