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
In github jobs we just test that eo program correctly compiled and runs without failure. But we don't test that output is correct. @yegor256 if you think that this additional check is proper to this repo I added it in #6
The text was updated successfully, but these errors were encountered:
@MCJOHN974 Good idea, but I think it will be better to do it in more canonical way: to add app-test.eo in test folder of sandbox project and test output like this:
[] > output-test
assert-that > @
app * 9
$.equal-to
"9th Fibonacci number is 34"
In github jobs we just test that eo program correctly compiled and runs without failure. But we don't test that output is correct. @yegor256 if you think that this additional check is proper to this repo I added it in #6
The text was updated successfully, but these errors were encountered: