makerdao / dss-test

GNU Affero General Public License v3.0
11 stars 9 forks source link

Remove the old style postSetup and setupEnv #14

Closed hexonaut closed 2 years ago

hexonaut commented 2 years ago

These functions were used previously when DSSTest was more strict, but this proved to be too hard to use, so it's completely flexible now. Since those PRs have been merged having these postSetup and setupEnv overridable functions doesn't make sense anymore, so I removed them.

Also, the README was totally out of date.