specron / framework

Lightweight, open source and magic-free framework for testing solidity smart contracts.
https://specron.github.io/framework
MIT License
35 stars 11 forks source link

Error handling should include line number #5

Closed xpepermint closed 5 years ago

xpepermint commented 6 years ago

Some errors fail with no information where a problem actually accrued. We should start by wrapping tests into try/catch.