Customizable (per test case) error messages.

Re: Customizable (per test case) error messages.

by Mark Stern -
Number of replies: 0
Thanks Matthew.

I had not realized that the extra field was per test case - that should mostly solve my problem. My current plan is to process it as SQL. However,
if the first line is something like:
-- RESULT = PROFESSOR, ERROR = PROFESSOR table is missing
it will create some extra variables for the Python template (because I cannot see a better way to do that per test case).