~sylvain-pineau/checkbox-ng:c3url_envar

Last commit made on 2020-07-20
Get this branch:
git clone -b c3url_envar 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:
c3url_envar
Repository:
lp:~sylvain-pineau/checkbox-ng

Recent commits

ae41b2e... by Sylvain Pineau

launcher:stages: Add support for the $C3_URL env var

29edd48... by PMR <pmr@pmr-lander>

Merge #387419 from ~sylvain-pineau/checkbox-ng:doc-banner-png

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

Merge #387511 from ~sylvain-pineau/checkbox-ng:fix-provider-manager-encoding

012e74e... by Sylvain Pineau

provider_manager: Prefer universal_newlines=True, encoding is 3.6+

6bea919... by Sylvain Pineau

docs: New banner/title png

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

Merge #387256 from ~sylvain-pineau/checkbox-ng:inline_shellcheck_flake8

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.