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`. |
||
|---|---|---|
| .. | ||
| tree | ||
| .gitignore | ||
| 100-basic.t | ||
| 200-api.t | ||
| 300-doc-comments.t | ||
| api_test.py | ||
| interact.pl | ||
| TestClass.pm | ||
| TestEnvironment.pm | ||
| TestHelpers.pm | ||