aboutsummaryrefslogtreecommitdiffstats
path: root/test/integration/oni-scheme.bats
Commit message (Collapse)AuthorAgeFilesLines
* [oni-scheme] Check that the output ends with the ↵Gravatar Tom Willemse2021-04-081-2/+2
| | | | | | | | | | | | | | 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.
* [oni-scheme] Print output of integration tests for debuggingGravatar Tom Willemse2021-04-081-0/+4
| | | | | 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.
* Make the wording of the different integration tests more ↵Gravatar Tom Willemse2020-01-081-1/+1
| | | | consistent
* Move bats tests to test/integrationGravatar Tom Willemse2020-01-071-0/+23