LiamGow / lab1

CSC 365 Lab 1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lab1

CSC 365 Lab 1

Testing

Test cases are held in:

test.txt

Output is generated in:

output.txt

and expected out is in:

expected.txt

To run test suite:

python3 schoolsearch.py < tests.txt > output.txt
diff output.txt expected.txt

About

CSC 365 Lab 1


Languages

Language:Python 100.0%