1
0
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
9d51fae47b [oni-scheme] Check that the output ends with the expected text
All of the other tests already check that the output ends with the expected
output and isn’t exactly equal to it. This is because I don’t have enough
control over (or don’t know enough about) the output Emacs and other packages
generate. In order to prevent false-positives from happening as is happening
with ‘scheme-mode’, I don’t check what’s before the output I expect.

The false-positive that’s happening with ‘scheme-mode’ is an issue that it seems
like ‘geiser’ has started complaining that it can’t find ‘guile’, which is
expected.
2021-04-08 17:01:04 -07:00
dab6d0bd70 [oni-scheme] Print output of integration tests for debugging
In bats, when you print to stdout during a test, if the test fails bats will
show the output that was generated. If everything succeeds it hides the output.
2021-04-08 16:04:47 -07:00
dd2d254e25 Make the wording of the different integration tests more consistent 2020-01-08 16:49:02 -08:00
487f25a7a6 Move bats tests to test/integration 2020-01-07 16:27:27 -08:00
Renamed from test/oni-scheme.bats (Browse further)