Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 767 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 767 Bytes

parking

Build Status Coverage Status

Parking monolith

Installing requirements

$ python3 -m pip install -r requirements.txt

Linting

Flake8 is used for style enforcement / static analysis. Usage is simple, navigate to the project directory then:

$ python3 -m flake8 .

Running tests

First, make sure you have a virtualenv and install it:

$ python3 -m venv venv
$ venv/bin/pip install -r requirements.txt

Then run pytest

$ venv/bin/pytest .