mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
updated some tests
This commit is contained in:
parent
4936ce6ff4
commit
28656e9544
@ -732,11 +732,20 @@ class TestBigchainBlock(object):
|
|||||||
|
|
||||||
|
|
||||||
class TestMultipleInputs(object):
|
class TestMultipleInputs(object):
|
||||||
def test_transfer_transaction_multiple(self, b):
|
def test_transfer_single_owners_single_input(self, b):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_transfer_single_input_from_multi_input(self, b):
|
def test_transfer_single_owners_multiple_inputs(self, b):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_transfer_single_owners_single_input_from_multiple_outputs(self, b):
|
||||||
|
pass
|
||||||
|
|
||||||
|
def test_multiple_owners(self, b):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def test_get_spent(self, b):
|
def test_get_spent(self, b):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def test_get_owned_ids(self, b):
|
||||||
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user