sjbarag / brs

An interpreter for the BrightScript language that runs on non-Roku platforms.
MIT License
113 stars 43 forks source link

Several asserts in scope of the one test case don't work properly #506

Closed vbuchii closed 4 years ago

vbuchii commented 4 years ago

If we make several asserts within one test case, and one of them fails, the others that follow will not be fulfilled. So, while running the test, we do not see any information about the following asserts until we fix the error or comment it.

alimnios72 commented 4 years ago

Hi @vbuchii thanks for finding this issue, assertions and test cases are actually handled in roca, can you please open the issue in that repo?

vbuchii commented 4 years ago

Sure, will do

vbuchii commented 4 years ago

Opened an issue in roca.