makerdao / mkr-mcd-spec

High level KSpecification for the MCD System by Runtime Verification and Maker Foundation
GNU General Public License v3.0
28 stars 9 forks source link

Use assertions for all statements #202

Closed ehildenb closed 4 years ago

ehildenb commented 4 years ago

This wraps statements that should succeed in assertTrue(...);, in preparation for supporting asserting reverts.

This subsumes https://github.com/makerdao/mkr-mcd-spec-sol-tests/pull/4.