mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-12 11:50:11 +08:00
BLD: enhancing registration features
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user