Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 470 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 470 Bytes

sort-person-data

Set Up Solution

Unzip the sort-person-data directory

Requires python3

Run Solution

Navigate into the sort-person-data project

Navigate into /src folder

Run the following command:

python3 Sort_Person_Data_Project.py ../pathToFile
  • '../pathToFile' is the path to the chosen input file

Run Tests

Navigate to the sort-person-data/src directory

Run the following command:

python3 -m unittest discover -p 'Test*.py'