omgnetwork / plasma-mvp

OmiseGO's research implementation of Minimal Viable Plasma
MIT License
561 stars 158 forks source link

Integration tests for child_chain.py #77

Closed smartcontracts closed 6 years ago

smartcontracts commented 6 years ago

We're currently just unit testing child_chain.py with a mock RootChain. We should add integration tests to make sure that the two actually work together.

smartcontracts commented 6 years ago

Added in #92