mirror of
https://github.com/wassname/catalyst.git
synced 2026-09-12 12:12:04 +08:00
BLD: improved smart contract and catalyst commands
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
from catalyst.marketplace.marketplace import Marketplace
|
||||
from catalyst.testing.fixtures import WithLogger, ZiplineTestCase
|
||||
|
||||
marketplace = Marketplace()
|
||||
pass
|
||||
|
||||
class TestMarketplace(WithLogger, ZiplineTestCase):
|
||||
def test_list(self):
|
||||
marketplace = Marketplace()
|
||||
marketplace.list()
|
||||
pass
|
||||
|
||||
def test_register(self):
|
||||
marketplace = Marketplace()
|
||||
marketplace.register('GitHub')
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user