Skip to content

Commit

Permalink
Extension added to test file names
Browse files Browse the repository at this point in the history
  • Loading branch information
nbertoldo committed Jun 4, 2024
1 parent b19b94a commit 2d967e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
TEST_CASES_PATH = os.path.join(TEST_DATA_PATH, 'test_cases')

# Test configurations and cases data
test_file = os.path.join(PREFIX, 'test')
test_file = os.path.join(PREFIX, 'test.log')

# --------------------------------TEST_IGNORE_MULTIPLE_REGEX-------------------------------------------
configurations_path = os.path.join(CONFIGURATIONS_PATH, 'configuration_ignore_multiple_regex.yaml')
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
cases_path = os.path.join(TEST_CASES_PATH, 'cases_restrict_ignore_regex_values.yaml')

# Test configurations
test_file = os.path.join(PREFIX, 'test')
test_file = os.path.join(PREFIX, 'test.log')

configuration_parameters, configuration_metadata, case_ids = get_test_cases_data(cases_path)
for count, value in enumerate(configuration_parameters):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
TEST_CASES_PATH = os.path.join(TEST_DATA_PATH, 'test_cases')

# Test configurations and cases data
test_file = os.path.join(PREFIX, 'test')
test_file = os.path.join(PREFIX, 'test.log')

# --------------------------------TEST_RESTRICT_MULTIPLE_REGEX-------------------------------------------
configurations_path = os.path.join(CONFIGURATIONS_PATH, 'configuration_restrict_multiple_regex.yaml')
Expand Down

0 comments on commit 2d967e3

Please sign in to comment.