Skip to content

Commit

Permalink
Remove outdated assertions.
Browse files Browse the repository at this point in the history
This code should have been removed when Datasets no longer set up
their dataset packages (DM-12853).
  • Loading branch information
kfindeisen committed May 22, 2018
1 parent cf3e6d3 commit 4f54753
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ def testDatasets(self):
datasets = Dataset.getSupportedDatasets()
self.assertIn(DatasetTestSuite.datasetKey, datasets) # assumed by other tests

# Initializing another Dataset has side effects, alas, but should not
# invalidate tests of whether ap_verify_testdata has been loaded
for dataset in datasets:
Dataset(dataset)

def testDirectories(self):
"""Verify that a Dataset reports the desired directory structure.
"""
Expand Down

0 comments on commit 4f54753

Please sign in to comment.