cqframework / vscode-cql

VS Code Clinical Quality Language Extension
Apache License 2.0
9 stars 5 forks source link

Add name of test case to output in case of run time error #81

Open ReneSpronk opened 3 weeks ago

ReneSpronk commented 3 weeks ago

Currently the output from VSCode lists the directories of all available test cases. This is followed by evaluation results for these test case. It isn't however obvious which output belongs to which test case. This is especially true for test cases where the data results in a run time error (in my case, for training purposes, a dateString that can't be case into a DateTime).

Suggest to print a sequence of ( name of the test case / test directory, test output ) to ease the process of identifying the test case a particular output snippet belongs to.