Skip to content

Commit

Permalink
Test cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko committed Jun 5, 2024
1 parent 466cc9a commit a84eb5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_data_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ def setUp(self):
file_name = "tests/data/indicator_test_output_MINI_2405313_mod.xlsx"
self.data_generator = DataGenerator(file_name)

@unittest.skip("Skip for now")
def test_parse_template_excel(self):
result = self.data_generator.get_parsed_data()

Expand Down
1 change: 1 addition & 0 deletions tests/test_logical_model_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
)


@unittest.skip("Skip for now")
class TestLogicalModelGenerator(unittest.TestCase):
def setUp(self):
self.input_file = "../l3-data/test-data.xlsx"
Expand Down

0 comments on commit a84eb5e

Please sign in to comment.