Skip to content

AK-007/ParkingLot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Design a parking lot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published