Move cic-eth token fixture to package, add demurrage token calc task

This commit is contained in:
nolash
2021-07-05 10:29:33 +02:00
parent 5fab939270
commit 08a77f9818
22 changed files with 241 additions and 36 deletions

View File

@@ -110,7 +110,7 @@ def test_list_tx(
logg.debug('r {}'.format(r))
# test the api
t = api.list(agent_roles['ALICE'], external_task='tests.mock.filter.filter')
t = api.list(agent_roles['ALICE'], external_task='cic_eth.pytest.mock.filter.filter')
r = t.get_leaf()
assert t.successful()