BLD: enhancing registration features

This commit is contained in:
Frederic Fortier
2018-02-02 17:10:10 -05:00
parent 99dece953f
commit d1529afeb3
2 changed files with 46 additions and 37 deletions
+5
View File
@@ -32,6 +32,11 @@ class TestMarketplace(WithLogger, ZiplineTestCase):
)
pass
def test_publish(self):
marketplace = Marketplace()
datadir = '/Users/fredfortier/Downloads/marketcap_test_single'
marketplace.publish('marketcap1', datadir, False)
def test_clean(self):
marketplace = Marketplace()
marketplace.clean('marketcap')