state-flow icon indicating copy to clipboard operation
state-flow copied to clipboard

Integration testing framework using a state monad in the backend for building and composing flows

Results 7 state-flow issues
Sort by recently updated
recently updated
newest added

Since version **5.13.2**, the factory started to break in uberjar. BC changed the way to generate bytecode, and we have this error for example * Remembering that factorio uses state-flow...

See #140 The doc string should clarify that the return value is the unmodified state.

When an uncaught exception is thrown, all we get is the flow where it happened. Consider this flow and its execution output: https://gist.github.com/caioaao/0505aef68992f5bd6da88aba3e27a6f8 We don't have the step where it...

Problem: sometimes we commit with tests commented out and they fall off the radar. It would be great if we could have some means of tagging a flow as disabled...

enhancement

When a `match?` assertion fails, the failure info is printed to the repl, and the return value of `run` doesn't include any information about it: ```clojure (run (flow "interact with...

Draft attempt at removing exception monad from state-flow and remove cats dependency, replacing it with internal version on state.clj. As it is right now, it is a breaking change. Needs...