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, if you're reviewing the test suite and want to know if a given test is meant to pass or fail, you have to go check the expected/ folder to see if there's an output file there or not. That's slightly annoying. Could we also indicate that something is meant to fail in the filename? Like a _FAIL at the end or something.
Then we can add a lint that verifies that every test ending in _FAIL lacks an expected file, and vice versa, to make sure these two signals don't drift out of date.
The text was updated successfully, but these errors were encountered:
Currently, if you're reviewing the test suite and want to know if a given test is meant to pass or fail, you have to go check the
expected/
folder to see if there's an output file there or not. That's slightly annoying. Could we also indicate that something is meant to fail in the filename? Like a_FAIL
at the end or something.Then we can add a lint that verifies that every test ending in
_FAIL
lacks an expected file, and vice versa, to make sure these two signals don't drift out of date.The text was updated successfully, but these errors were encountered: