BLD: working on marketplace integration

This commit is contained in:
Frederic Fortier
2018-02-01 20:43:48 -05:00
parent 56bd3db7a2
commit 37980f3580
3 changed files with 52 additions and 52 deletions
+2 -1
View File
@@ -11,7 +11,7 @@ class TestMarketplace(WithLogger, ZiplineTestCase):
def test_register(self):
marketplace = Marketplace()
marketplace.register('GitHub')
marketplace.register()
pass
def test_ingest(self):
@@ -30,3 +30,4 @@ class TestMarketplace(WithLogger, ZiplineTestCase):
marketplace = Marketplace()
marketplace.clean('marketcap')
pass