4190 - Git Excercise - Sorts Integers and Strings
A project that demonstrates Git workflow and unit testing by sorting ints and strings The program has 2 features:
- Sorting a list of integers in ascending and descending order
- Sorting a list of strings in alphabetical and reverse alphabetical order.
- main.py - has the respective functions/features and a demo runner
- test_sort.py - unit tests using the built in unittester feature
- .gitignore - a github plugin thing that prevents python cache files from being imported
The demo in main.py is run using vscode's terminal or cmd The tester is run using cmd