Skip to content

Commit

Permalink
Add tags to mock hda
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Mar 2, 2017
1 parent 4d5a03b commit ca238c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/tools/test_data_parameters.py
Expand Up @@ -204,11 +204,11 @@ def __init__( self, test_dataset=None, name="Test Dataset", id=1 ):
)
self.dbkey = "hg19"
self.implicitly_converted_parent_datasets = False

self.name = name
self.hid = id
self.id = id
self.children = []
self.tags = []

@property
def state( self ):
Expand Down
1 change: 0 additions & 1 deletion test/unit/tools/test_evaluation.py
Expand Up @@ -217,7 +217,6 @@ def __init__( self, **kwds ):
self._metadata = dict()
super( MockHistoryDatasetAssociation, self ).__init__( **kwds )


class TestComputeEnviornment( SimpleComputeEnvironment ):

def __init__(
Expand Down

0 comments on commit ca238c4

Please sign in to comment.