Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 4, 2018
1 parent fa3a237 commit 4afbdba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_objectstore.py
Expand Up @@ -224,6 +224,7 @@ class MockDataset(object):
def __init__(self, id):
self.id = id
self.object_store_id = None
self.tags = []


# Poor man's mocking. Need to get a real mocking library as real Galaxy development
Expand Down
1 change: 1 addition & 0 deletions test/unit/tools/test_wrappers.py
Expand Up @@ -168,6 +168,7 @@ def __init__(self):
self.file_name = MOCK_DATASET_PATH
self.extra_files_path = MOCK_DATASET_EXTRA_FILES_PATH
self.ext = MOCK_DATASET_EXT
self.tags = []


class MockTool(object):
Expand Down

0 comments on commit 4afbdba

Please sign in to comment.