input-output-hk / marlowe

Prototype implementation of domain-specific language for the design of smart-contracts over cryptocurrencies
Apache License 2.0
172 stars 43 forks source link

PLT-3291: Skipping tests for not implemented requests #179

Closed yveshauser closed 1 year ago

yveshauser commented 1 year ago

RequestNotImplemented as a response from a spec-test-client should not lead to test failures, but rather just skip a given test case. In order to achieve that this information has to be passed from quickcheck to tasty, in this proposal this is done using an exception.

yveshauser commented 1 year ago

The PR is not workign as intended...

The PR is in Draft state and meant to start the discussion, if patching the tasty library is the way to go or not.

yveshauser commented 1 year ago

Closing the PR, as we are looking for a simpler solution