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
Our current integration test suite uses txm, but the way out expectations are written are very general. We should add more specific tests using some text post-processing on the command to fetch some input from STDOUT and STDERR and match it with expected values.
The text was updated successfully, but these errors were encountered:
Closes#42
Followup to #353
This cleans up the integration tests by setting the program to run tests
as `bash`, and then using the `check` annotation to run the tntc command
as input.
Our current integration test suite uses
txm
, but the way out expectations are written are very general. We should add more specific tests using some text post-processing on the command to fetch some input fromSTDOUT
andSTDERR
and match it with expected values.The text was updated successfully, but these errors were encountered: