cb8ace803b8d93977a058468bed0daf4514a16e5
watcher-visio
Running tests
From the project root (with Django and dependencies installed, e.g. in a virtualenv):
python manage.py test dashboard
Run a specific test module:
python manage.py test dashboard.tests.test_mathfilters
Running tests in Docker
Use the dev compose file so the project directory is mounted; the container will then run tests against your current code (no image rebuild needed):
docker compose -f docker-compose.yml -f docker-compose.dev.yml run --rm watcher-visio python3 manage.py test dashboard
If you run tests with only the base compose (docker compose run --rm watcher-visio ...), the container uses the code baked into the image at build time. After code or test changes, either rebuild the image or use the dev override above so tests see the latest files.
Description
v20260212-1c61b70
Latest
Languages
Python
48.3%
HTML
24.9%
JavaScript
19%
CSS
7%
Dockerfile
0.7%
Other
0.1%