Skip to content

Commit

Permalink
simplifying tests
Browse files Browse the repository at this point in the history
  • Loading branch information
20DM committed Mar 9, 2024
1 parent 4bacfc7 commit 7c2c6df
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 21,009 deletions.
2 changes: 1 addition & 1 deletion hepdata_converter/testsuite/test_yoda1writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def test_parse_all(self, test_submissions):

@insert_path('yaml_inf')
@insert_data_as_file('yoda1/with_overflows.yoda')
def test_parse_no_dependent(self, yaml_simple_path, yoda_template):
def test_parse_with_overflows(self, yaml_simple_path, yoda_template):
output_file_path = os.path.join(self.current_tmp, 'datafile.yoda')
hepdata_converter.convert(yaml_simple_path, output_file_path,
options={'output_format': 'yoda1',
Expand Down
2 changes: 1 addition & 1 deletion hepdata_converter/testsuite/test_yodawriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_parse_pattern_unmatch(self, yaml_simple_path, yoda_template):

@insert_path('yaml_no_independent')
@insert_data_as_file('yoda/no_independent.yoda')
def test_parse_no_dependent(self, yaml_simple_path, yoda_template):
def test_parse_with_overflows(self, yaml_simple_path, yoda_template):
output_file_path = os.path.join(self.current_tmp, 'datafile.yoda')
hepdata_converter.convert(yaml_simple_path, output_file_path,
options={'output_format': 'yoda',
Expand Down
Loading

0 comments on commit 7c2c6df

Please sign in to comment.