boltlabs-inc / zeekoe

Zero-knowledge layer-2 payment channels
MIT License
24 stars 1 forks source link

Add failing tests to test-zeekoe.py #324

Closed DariusParvin closed 2 years ago

DariusParvin commented 2 years ago

Currently, test-zeekoe.py only tests the happy paths. Ideally it would also test cases where the action should fail. e.g. attempting to make a payment with insufficient funds, or making a payment on a revoked state.

marsella commented 2 years ago

Closing; this is subsumed by #351, #354, #356, #358, and #360.