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
Opening this as a sort of retroactive PR. I'm really used to the code-first approach, sorry about that! Opening this based on the contribution guidelines.
The test suite my team maintains at Stripe has some tests that contain output which looks like a build comment (two fields starting with a #). In my particular case this is probably OK, since we build all tests in a separate step before running them. So any output of that form is guaranteed to come from tests themselves rather than the compiler. What do you think about adding an option like the one I coded up in #176 to bypass build_output parsing?
The text was updated successfully, but these errors were encountered:
Opening this as a sort of retroactive PR. I'm really used to the code-first approach, sorry about that! Opening this based on the contribution guidelines.
The test suite my team maintains at Stripe has some tests that contain output which looks like a build comment (two fields starting with a
#
). In my particular case this is probably OK, since we build all tests in a separate step before running them. So any output of that form is guaranteed to come from tests themselves rather than the compiler. What do you think about adding an option like the one I coded up in #176 to bypassbuild_output
parsing?The text was updated successfully, but these errors were encountered: