https://github.com/magenta-aps/kas
Kapitalafkastskat
https://github.com/magenta-aps/kas
Last synced: 14 days ago
JSON representation
Kapitalafkastskat
- Host: GitHub
- URL: https://github.com/magenta-aps/kas
- Owner: magenta-aps
- Created: 2024-02-15T13:35:55.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-09T17:42:52.000Z (about 2 months ago)
- Last Synced: 2025-04-09T18:47:42.432Z (about 2 months ago)
- Language: Python
- Size: 6.56 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/Apache-2.0.txt
Awesome Lists containing this project
README
# KAS
documentation moved to: https://gronlandsprojekter.docs.magenta.dk/gl.docs.magenta.dk/projekter/kas/index.html# Running the tests
You can run the tests with```
docker exec kas bash -c 'coverage run manage.py test --parallel 4 ; coverage combine ; coverage report --show-missing'
```Or run a single test with
```
docker exec kas python manage.py test kas.tests.test_views
```