示例#1
0
 def test_can_convert_ods_to_rst(self):
     source_ods_path = dev_test.path_to_test_data('valid_customers.ods')
     target_path = dev_test.path_to_test_result('valid_customers_from__ods.rst')
     _ods.main(['--format=rst', source_ods_path, target_path])
示例#2
0
 def test_can_convert_ods_to_csv(self):
     source_ods_path = dev_test.path_to_test_data('valid_customers.ods')
     target_path = dev_test.path_to_test_result('valid_customers_from__ods.csv')
     _ods.main([source_ods_path, target_path])