plasma-mvp-vyper
plasma-mvp-vyper copied to clipboard
Testing
First off, congrats on the Vyper plasma chain!
I read in your article there is some trouble with Truffle testing, as well as vyper-develop. I would highly recommend taking a look at the (technically deprecated) pyethereum tester. Still works very well for me.
There is literally no documentation, but you can see how I set tests up here: https://github.com/Uniswap/contracts-vyper
Just install Vyper normally, pip install ethereum and pytest, and copy my conftest file. Should be pretty easy!
Thanks for reading our article! Actually, I had trouble with testing. We'll look into those! thanks.
No problem, let me know if you have any questions!