class documentation

Blackbox testing.

Method bin_path Determine the full path of a binary.
Method run_command Run a Dulwich command.
Class Variable bin_directories Undocumented

Inherited from TestCase:

Method overrideEnv Undocumented
Method setUp Undocumented
def bin_path(self, name):

Determine the full path of a binary.

Returns: Full path

Parameters
nameName of the script
def run_command(self, name, args):

Run a Dulwich command.

Parameters
nameName of the command, as it exists in bin/
argsArguments to the command
bin_directories =

Undocumented