edgetest_hub package#

Submodules#

Plugin for hub functionality with edgetest.

edgetest_hub.plugin.addoption(schema: Schema)[source]#

Add an email global configuration option.

Parameters:

schema (Schema) – The schema class.

edgetest_hub.plugin.configure_branch(conf: Dict)[source]#

Configure the git and the branch before we submit a PR with hub.

Parameters:

conf (Dict) –

Return type:

None

edgetest_hub.plugin.create_issue(message: str)[source]#

Create an issue with Hub.

Parameters:

message (str) –

Return type:

None

edgetest_hub.plugin.post_run_hook(testers: List, conf: Dict)[source]#

Invoke hub after the testing is complete.

edgetest_hub.plugin.push_branch(conf: Dict)[source]#

Push the branch and submit a PR with hub.

Parameters:

conf (Dict) –

Return type:

None

Module contents#

Edgetest hub plugin <https://github.com/capitalone/edgetest-hub>