input-output-hk / hydra

Implementation of the Hydra Head protocol
https://hydra.family/head-protocol/
Apache License 2.0
264 stars 86 forks source link

Can't run hydra-plutus tests without repl #1449

Closed ch1bo closed 2 weeks ago

ch1bo commented 1 month ago

This is more a developer experience problem than a bug. After changing the scripts in hydra-plutus, I want to see the golden tests failing and then recompute the golden files we keep in the repo.

Context & versions

13e596f08514f6c68ba5326c48f25d29a0b977fe

Steps to reproduce

Actual behavior

Expected behavior

Workaround

ch1bo commented 2 weeks ago

This got fixed by reverting the hydra-plutus golden tests again to a test suite in #1459 and cabal test would always refer to the right golden files.