def _report_test_started(self, test, test_name):
     location = test.location
     custom_messages.testStarted(
         test_name,
         _bdd_utils.get_location(base_dir, location.filename,
                                 location.line))
 def _report_test_started(self, test, test_name):
     location = test.location
     custom_messages.testStarted(test_name,
                                 _bdd_utils.get_location(base_dir, location.filename, location.line))
 def _report_suite_started(self, suite, suite_name):
     location = suite.location
     custom_messages.testSuiteStarted(
         suite_name,
         _bdd_utils.get_location(base_dir, location.filename,
                                 location.line))
 def _report_suite_started(self, suite, suite_name):
     location = suite.location
     custom_messages.testSuiteStarted(suite_name,
                                      _bdd_utils.get_location(base_dir, location.filename, location.line))