Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 395 Bytes

Beskaeftigelsestilskud

Testing

To run the tests run

docker exec bf bash -c 'coverage run manage.py test --parallel 4 ; coverage combine ; coverage report --show-missing'

To run tests only in a specific file run

docker exec bf bash -c 'coverage run manage.py test data_analysis.tests.test_views'

To run type checks run:

docker exec bf mypy --config ../mypy.ini bf/