You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file is designed to deliver instructions about how to execute the files and tests.
6
+
7
+
8
+
9
+
10
+
11
+
**Requirements**
12
+
13
+
* Python 3.14 (you may need to setup your own python PATH in Windows)
14
+
15
+
16
+
17
+
Project Files
18
+
19
+
***course\_management.py** (Core implementation)
20
+
***test\_course\_management.py** (Automated unit tests)
21
+
***course\_management\_with\_demo.py** (Demonstration and integration test version)
22
+
23
+
24
+
25
+
Note: This report contains the original PowerShell commands I used to run from my IDE (Visual Studio Code), during development and testing. The command above is a a simplified version intended for general instruction from a different systems.
26
+
27
+
28
+
29
+
**Running the Unit Tests**
30
+
31
+
* Open a terminal and navigate to the project directory and run:
0 commit comments