-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor annoyances with Amber tests (#612)
* Make postprocessors optional in integration tests. * Move import validity test files to subdirectory. * Rename integration test function. * Rename test file as requested.
- Loading branch information
Showing
7 changed files
with
16 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
import * from "test_files/str/trim.ab" | ||
echo trim(" Succeeded ") | ||
import * from "src/tests/validity/test_files/str/trim.ab" | ||
|
||
echo trim(" Succeeded ") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import * from "src/tests/validity/test_files/is_even.ab" | ||
|
||
echo trim(" Succeeded ") |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.