zerolawtech / ZAP-Tech

ZeroLaw Augmentation Protocol
GNU General Public License v3.0
27 stars 13 forks source link

Improvements to tests #13

Open iamdefinitelyahuman opened 5 years ago

iamdefinitelyahuman commented 5 years ago

The Issues

How to Fix

The ultimate goal is to make the test suite understandable even to someone who has never seen ZAP before, so it can be linked to from the Brownie docs as an example of what is possible.

iamdefinitelyahuman commented 4 years ago

In working on #20 I've discovered that some of the tests are broken because of breaking changes in Brownie. Along with a cleanup, the more important task is just to ensure that all tests are passing!

Marking this issue as high priority and adding it to the requirements to open source the repo.

iamdefinitelyahuman commented 4 years ago

Contracts and methods have been renamed per #21 but the overall structure of the tests is still lacking, and some of the name changes may have just made things even messier.