elixir/t
Chris White 60f206c9fa TestHelpers: report errors at caller's line number
When a test fails, report the line number in the .t file that test
was invoked from, not the line number in TestHelpers.pm itself.

New function `line_mark_string()` adds the filename and line-number
information to strings of code, which are then run using `eval`.
2020-04-02 12:37:32 -04:00
..
tree Added files copied from Linux v5.4 2020-02-21 15:31:57 -05:00
.gitignore Add automated test of basic functions 2020-02-21 15:36:51 -05:00
100-basic.t CR1 2020-03-21 10:58:18 -04:00
200-api.t CR1 2020-03-21 10:58:18 -04:00
300-doc-comments.t Added initial test of doc-comment extraction 2020-04-02 12:37:32 -04:00
api_test.py Added API tests 2020-03-20 15:42:50 -04:00
interact.pl Add t/interact.pl for interactive testing 2020-03-21 09:44:49 -04:00
TestClass.pm Refactor common test code into class 2020-03-09 16:29:57 -04:00
TestEnvironment.pm Add t/interact.pl for interactive testing 2020-03-21 09:44:49 -04:00
TestHelpers.pm TestHelpers: report errors at caller's line number 2020-04-02 12:37:32 -04:00