Skip to content

magenta-aps/beskaeftigelsestilskud

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published