You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bit too imperative for my taste. I would have expected a declarative approach to these assertions, so that the order in which I write these do not matter.
The text was updated successfully, but these errors were encountered:
andreasabel
changed the title
Assertion 'created_directory' eagerly removes directory before other assertions are check
Assertion 'created_directory' eagerly removes directory before other assertions are checked
Mar 25, 2023
Assertion 'created_directory' eagerly removes directory before other assertions are checked.
E.g. you cannot place the
created_directory
assertion before thecreated_file
assertion here:https://github.com/fugue/goldplate/blob/a2c20310149a69522d0efc2cdcd8e1081f5f93b4/tests/create.goldplate#L9-L13
A bit too imperative for my taste. I would have expected a declarative approach to these assertions, so that the order in which I write these do not matter.
The text was updated successfully, but these errors were encountered: