Skip to content

Latest commit

 

History

History
29 lines (27 loc) · 643 Bytes

README.md

File metadata and controls

29 lines (27 loc) · 643 Bytes

Parking Lot

Commands

  • Run unit tests
$ python3 -m unittest tests.mytests.ParkingLotUnitTest

or run the unix executable file

$ bin/setup
  • Run the code so it accepts input from a file:
$ python3 main.py functional_spec/fixtures/file_input.txt

or run the unix executable file

$ bin/parking_lot functional_spec/fixtures/file_input.txt
  • Run the program to accept interactive input:
$ python3 main.py

or run the unix executable file

$ bin/parking_lot

Note: Use 'exit' to terminate the process and return to shell.