diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-23 10:05:50 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2020-07-23 10:05:50 +0200 |
commit | bef1a4382e97668bd6c4fdbc72f8c57cbeb32be1 (patch) | |
tree | a4a67d4f38896d76101138521484c9139808bb2c | |
parent | 7bd397925fbd2dcbb704c74cc5674d79e077455e (diff) |
requirements: Run all subtests via manage.py test
- flake8 on bin/*.py - unit tests - shellcheck on bin/*.sh - inline job command shellcheck
-rwxr-xr-x | requirements/container-tests-provider-checkbox | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/requirements/container-tests-provider-checkbox b/requirements/container-tests-provider-checkbox index 7aca1bc3..7f8a0ba9 100755 --- a/requirements/container-tests-provider-checkbox +++ b/requirements/container-tests-provider-checkbox @@ -17,6 +17,4 @@ git clone git://git.launchpad.net/plainbox-provider-resource $TMPDIR/plainbox-pr python3 $TMPDIR/plainbox-provider-resource/manage.py develop --force ./manage.py validate -./manage.py test -u -./manage.py test -f -./manage.py test -i +./manage.py test |