plasma-mvp-vyper icon indicating copy to clipboard operation
plasma-mvp-vyper copied to clipboard

Testing

Open haydenadams opened this issue 6 years ago • 2 comments

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!

haydenadams avatar Aug 24 '18 08:08 haydenadams

Thanks for reading our article! Actually, I had trouble with testing. We'll look into those! thanks.

osuketh avatar Aug 24 '18 09:08 osuketh

No problem, let me know if you have any questions!

haydenadams avatar Aug 24 '18 18:08 haydenadams