Skip to content

Shiniman/Python-Sorting-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Sorting-Demo

4190 - Git Excercise - Sorts Integers and Strings

Overview

A project that demonstrates Git workflow and unit testing by sorting ints and strings The program has 2 features:

  1. Sorting a list of integers in ascending and descending order
  2. Sorting a list of strings in alphabetical and reverse alphabetical order.

Files

  • 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

How to run the program

The demo in main.py is run using vscode's terminal or cmd The tester is run using cmd

About

4190 - Git Excercise - Sorts Integers and Strings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages