tezos-checker / checker

An in-development "robocoin" system for the Tezos blockchain
24 stars 16 forks source link

Increase test coverage for checkerEntrypoints.ml #180

Closed gkaracha closed 3 years ago

gkaracha commented 3 years ago

..via adding tests for all views wrapper_view_*. #174 dealt with the failing cases, while this PR covers succeeding cases. To make coverage more meaningful I used this opportunity to also tightly check that the cfmm-related views calculate the maximum/minimum values, as they are expected to do.

This PR brings test coverage up to 90.00%.

gkaracha commented 3 years ago

Awesome, thanks! :+1: