prove version

multiple-test-python-versions
dgtlmoon 6 months ago
parent 005ed20741
commit e75561b2f5

@ -60,6 +60,7 @@ jobs:
run: |
# Unit tests
echo "run test with unittest"
docker run test-changedetectionio bash -c 'python3 -v'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_notification_diff'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_watch_model'
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_jinja2_security'

Loading…
Cancel
Save