ilk-registry icon indicating copy to clipboard operation
ilk-registry copied to clipboard

Using hevm test harness

Open gbalabasquer opened this issue 5 years ago • 1 comments

I know unit testing is complicated for this case, but I'd still prefer to keep it without any tests and add this hevm mainnet tests in some other place. If we want to include this repo as submodule of another one is quite possible on dapp test this brings some errors (not 100% sure if that is the case), but for example dss-deploy-scripts used to run dapp test in each dependency, on this repo that would break. mkr-authority e.g. has the same issue.

gbalabasquer avatar Jun 17 '20 17:06 gbalabasquer

We should talk about the best way to approach this and where to put those tests. There aren't really any "units" to test here, so only integration testing is going to be useful.

I'd also like to avoid importing a dss dependency here if possible, otherwise we'd probably need to rebuild this with solc 0.5.x.

brianmcmichael avatar Jun 18 '20 14:06 brianmcmichael