|
|
@ -60,6 +60,7 @@ jobs:
|
|
|
|
run: |
|
|
|
|
run: |
|
|
|
|
# Unit tests
|
|
|
|
# Unit tests
|
|
|
|
echo "run test with unittest"
|
|
|
|
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_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_watch_model'
|
|
|
|
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_jinja2_security'
|
|
|
|
docker run test-changedetectionio bash -c 'python3 -m unittest changedetectionio.tests.unit.test_jinja2_security'
|
|
|
|