Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First Test for the Mock Sequence #34

Open
upstarter opened this issue May 20, 2020 · 0 comments
Open

First Test for the Mock Sequence #34

upstarter opened this issue May 20, 2020 · 0 comments

Comments

@upstarter
Copy link
Owner

upstarter commented May 20, 2020

Create simple behavioral test for the MockSeq1. Test that it runs all of it's children, one after the other in time, where no successor runs before a predecessor (since we aim to be fully async).

We can either use espec or the elixir builtin testing library. We can setup the TestMockSeq1 to have more children (simple actions would be best) for now until we get factories or fixtures.

@upstarter upstarter created this issue from a note in The Automata Project (To do) May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant