@@ -17,5 +17,5 @@ Hence, the main idea behind my program is to build a tree of sites ("SiteTreeNod
- Python3
- cd to fraunhofer_challenge directory
- cmd: python3 tester.py
- Prompt will ask for file name. Type in name of desired test input file from fraunhofer_challenge/testing/input (such as test1.txt) -> test program will look for file in this directory (hardcoded)
- Prompt will ask for file name. Type in name of desired test input file from fraunhofer_challenge/testing/input (such as "test1.txt") -> test program will look for file in this directory (hardcoded)
- Program will compare actual output to expected outputs (from fraunhofer_challenge/testing/solutions)