You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: