-
Notifications
You must be signed in to change notification settings - Fork 166
Expand file tree
/
Copy pathReadMe.txt
More file actions
20 lines (14 loc) · 1.1 KB
/
ReadMe.txt
File metadata and controls
20 lines (14 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.