Conversation
|
The new test suites plutus-tx-plugin.components.tests.plutus-tx-plugin-tests.testFlags = [ "--no-create" ];
plutus-tx-plugin.components.tests.size.testFlags = [ "--no-create" ];Should we add the same for the two new suites? plutus-tx-plugin.components.tests.assocmap-plugin-tests.testFlags = [ "--no-create" ];
plutus-tx-plugin.components.tests.list-plugin-tests.testFlags = [ "--no-create" ];Without this, if a golden file is accidentally missing, CI would silently create it instead of failing. As a minor note: most of these test groups ( |
Good catch. I've addressed this. |
| tests = | ||
| runTestNested | ||
| ["list-test"] | ||
| [ Array.smokeTests |
There was a problem hiding this comment.
Why are we running array tests in the list test suite?
There was a problem hiding this comment.
lists and arrays are similar structures, and I didn't want to call it array-and-list-plugin-tests
There was a problem hiding this comment.
It's confusing, I'd prefer the longer name
This test suite is very big and takes a long time to run.