~sylvain-pineau/checkbox-ng:inline_shellcheck_flake8

Last commit made on 2020-07-14
Get this branch:
git clone -b inline_shellcheck_flake8 https://git.launchpad.net/~sylvain-pineau/checkbox-ng
Only Sylvain Pineau can upload to this branch. If you are Sylvain Pineau please log in for upload directions.

Branch merges

Branch information

Name:
inline_shellcheck_flake8
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

8ed75ea... by Sylvain Pineau

provider_manager: Create a subparser to only run a subset of tests

All options are mutually exclusive

e5a7732... by Sylvain Pineau

provider_manager: Add Flake8 and inline command ShellCheck test suites

46da221... by PMR <pmr@pmr-lander>

Merge #386004 from ~jocave/checkbox-ng:provider-shellcheck-testing

9ba036d... by Jonathan Cave

provider_manager: shellcheck on bin dir scripts

The test command to manage.py currently looks for python unittests
in the provider tests/ directory. This change searches the bin/
directory for files with suffix .sh and automatically generates
a unittest that runs the shellcheck command on the file.

f31e4bd... by PMR <pmr@pmr-lander>

Merge #385903 from ~kissiel/checkbox-ng:normal-user-guessing-followup

4cd0ebc... by PMR <pmr@pmr-lander>

Merge #385956 from ~pwlars/checkbox-ng:per-release-doc-build-test

40f9475... by Paul Larson

Remove trusty special case from doc build test

55a1a57... by Paul Larson

Make the sphinx build test specify a build dir based on the release name

b583f21... by Maciej Kisielewski

fix crashing when sideloading some providers

137df05... by Maciej Kisielewski

execution: forward PYTHONPATH too to sudo-ed jobs