An open API service indexing awesome lists of open source software.

https://github.com/magenta-aps/kas

Kapitalafkastskat
https://github.com/magenta-aps/kas

Last synced: 14 days ago
JSON representation

Kapitalafkastskat

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
```