ApeWorX / ape-solidity

Solidity compiler plugin for the Ape Framework
https://www.apeworx.io/
Apache License 2.0
17 stars 23 forks source link

Tests don't work out of the box #132

Open mikeshultz opened 9 months ago

mikeshultz commented 9 months ago

Environment information

Main branch

What went wrong?

Seems like tests don't run out of the box on main. Lots of Missing sources: errors and packages not installed.

How can it be fixed?

Looks like what needs to happen is npm install in the tests/ dir. Should clean up this devex a bit. At a minimum it should be documented in README. Alternatively, maybe a setuptools post-install command.

linear[bot] commented 9 months ago

APE-1659 bug: Tests don't work out of the box

antazoey commented 6 months ago

running tests is more of a CONTRIBUTING thing.