Skip to content

Commit

Permalink
Remove trackster from unit test case
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 11, 2023
1 parent e159644 commit 5e5e8c3
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ def test_plugin_load_from_repo(self):
assert scatterplot.template_path == os.path.join(scatterplot.path, "templates")
assert scatterplot.template_lookup.__class__.__name__ == "TemplateLookup"

trackster = plugin_mgr.plugins["trackster"]
assert trackster.name == "trackster"
assert trackster.path == os.path.join(expected_plugins_path, "trackster")
assert trackster.base_url == "/".join((plugin_mgr.base_url, trackster.name))
assert not trackster.serves_templates

def test_plugin_load(self):
""""""
mock_app_dir = galaxy_mock.MockDir(
Expand Down

0 comments on commit 5e5e8c3

Please sign in to comment.