Skip to content

Commit

Permalink
Merge pull request #308 from datosgobar/299-validacion-ligera-filenames
Browse files Browse the repository at this point in the history
cambio de nombres de tests
  • Loading branch information
AWolfsdorf committed Nov 27, 2019
2 parents 81d7be1 + e0e94ae commit 1290de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ def test_invalid_empty_super_theme_list(self):
self.validate_message_with_file(
case_filename, expected_valid, path, regex)

def test_valid_empty_filename_list(self):
def test_valid_empty_filename(self):
case_filename = "border_cases_ditribution_filenames"
expected_valid = True
sample_path = os.path.join(self.SAMPLES_DIR, case_filename + ".json")
self.validate_valid(sample_path, expected_valid)

def test_invalid_numeric_filename_list(self):
def test_invalid_numeric_filename(self):
case_filename = "invalid_ditribution_filenames"
expected_valid = False
path = ['error', 'dataset', 0, 'errors', 0, 'message']
Expand Down

0 comments on commit 1290de1

Please sign in to comment.