[V3 Downloader] Make shared libraries work and make repo handling smarter (#1313)

* Make stuff stateless

* Update shared lib stuff
This commit is contained in:
Will
2018-02-18 21:49:43 -05:00
committed by Kowlin
parent d2e841f681
commit 249756e0d2
5 changed files with 106 additions and 62 deletions

View File

@@ -66,6 +66,6 @@ def test_repo_name(installable):
def test_serialization(installable):
data = installable.to_json()
location = data["location"]
cog_name = data["cog_name"]
assert location[-1] == "test_cog"
assert cog_name == "test_cog"