ebuildtester package

Submodules

ebuildtester.docker module

class ebuildtester.docker.Docker(local_portage, overlay_dirs)[source]

Bases: object

cleanup()[source]

Clean up.

execute(cmd)[source]

Execute command in container.

cmd is a string which is executed within a bash shell.

remove()[source]

Remove the docker container.

shell()[source]

Run an interactive shell in container.

exception ebuildtester.docker.ExecuteFailure[source]

Bases: Exception

ebuildtester.main module

ebuildtester.main.main()[source]

The main function.

ebuildtester.options module

ebuildtester.options.init()[source]

ebuildtester.parse module

ebuildtester.parse.parse_commandline(args)[source]

Parse the command line.

ebuildtester.utils module

ebuildtester.utils.massage_string(string)[source]

Return a string.

Module contents