Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
How to Execute the Code:

1) Extract the Code Bundle at your desired location

2) Use the Python Command Prompt or use the Windows Command Prompt as per your Operating System and go to the lacation where 
   you have the Code Bundle placed.

3) If you are using the Windows Command Prompt type "DIR" and Enter and observe whether all the Directories that are
   there in the folder of the Chapters folder are being read, for eg, Chapter_1, Chapter_2 and so on.

4) Then type "python test_all.py" and check whether you are getting any error as an output, if not then it should display something
   like the following as an output:
   ....................................................................................................................................
..................................................................................................
----------------------------------------------------------------------
Ran 230 tests in 10.955s

5) If you get the preceding as the output then you can test the Code files individually even though the above output tests all the
   example Code file at once.