Skip to content

Timothynyezi/Mini-Quote-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Quote System

  • Modify quote_system.py to solve the problem as stated in [TODO ref to content's problem description].
  • Use the quotes.txt file 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.txt containing Walt Disney ~ All our dreams can come true,if we have the courage to pursue them. to pass that required unittest.

To Run

  • python3 quote_system.py
  • follow the input prompts to play the game

To Test

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%