buildtest.cli.cd

Module Contents

Functions

change_directory(test, configuration)

Given a test name we will change directory to root of test for last test run. This

buildtest.cli.cd.change_directory(test, configuration)[source]

Given a test name we will change directory to root of test for last test run. This method implements command buildtest cd

Parameters:
  • test (str) – Name of test found in test report. The test is specified via buildtest cd <test>

  • configuration (buildtest.config.SiteConfiguration) – Instance of SiteConfiguration class