-
Notifications
You must be signed in to change notification settings - Fork 136
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
Refactor existing e2e tests to take traces as inputs #875
Comments
For now, I will implement a parser for the ITF format.
|
Going for the ITF parser first seemed unhelpful, since it seemed hard to get correct inputs to test the implementation on, so for now, I decided on implementing a simple JSON writer/parser that unmarshals/marshals the classes that already exist in the code. Other writers can follow later as separate issues. |
Issue was not closed by PR merge for some reason, so closing manually. |
We want to get rid of the hardcoded test cases for e2e tests in our Go code, but instead take test cases from files, which will make our tests more reusable.
Potential formats for traces
Closing Criterion
The e2e tests read the action/state sequences from a file in some standard format.
The text was updated successfully, but these errors were encountered: