コード例 #1
0
 def real_suite_table_name(self):
     return rf_table_name(
         os.path.normcase(
             os.path.join(
                 self.real_suite_dir,
                 'test',
                 'real_suite.robot'
             )
         )
     )
コード例 #2
0
 def real_suite_table_name(self):
     return rf_table_name(
         os.path.normcase(
             os.path.join(
                 self.real_suite_dir,
                 'test',
                 'real_suite.robot'
             )
         )
     )
コード例 #3
0
 def resource_a_table_name(self):
     return rf_table_name(
         os.path.normcase(os.path.join(self.suite_dir, 'resource_a.robot')))
コード例 #4
0
 def test_b_table_name(self):
     return rf_table_name(
         os.path.normcase(os.path.join(self.suite_dir, 'test_b.robot')))
コード例 #5
0
 def common_table_name(self):
     return rf_table_name(
         os.path.normcase(os.path.join(self.suite_dir, 'common.robot')))
コード例 #6
0
 def resource_a_table_name(self):
     return rf_table_name(os.path.normcase(
         os.path.join(self.suite_dir, 'resource_a.robot'))
     )
コード例 #7
0
 def test_b_table_name(self):
     return rf_table_name(
         os.path.normcase(os.path.join(self.suite_dir, 'test_b.robot'))
     )
コード例 #8
0
 def common_table_name(self):
     return rf_table_name(
         os.path.normcase(os.path.join(self.suite_dir, 'common.robot'))
     )