Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

PreHab Backend

Coverage Status Build Status Codacy Badge

Now with CI on Travis and CD on Jenkins

Migrate Database

python manage.py makemigrations prehab_app

python manage.py migrate prehab_app

Sync Database with information (Only if needed)

python manage.py loaddata prehab/fixtures/*

Run Unit Tests

coverage run manage.py test prehab_app

Lint All the Code

autopep8 ./ --recursive --in-place --pep8-passes 2000 --verbose --max-line-length 140

Get Coverage Report in HTML

coverage html