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
Ex: The stdout of docker build includes ids that will change.
golden expects exact values, but maybe we could support some way of templating things so that it can assert the actual result matches a template/pattern. This could be in a different package, or just a different assertions (AssertPattern() or something).
The text was updated successfully, but these errors were encountered:
dnephin
changed the title
[golden] How to compare multi-line strings with unpredictable values?
How to compare multi-line strings with unpredictable values?
Jan 20, 2018
Ex: The stdout of
docker build
includes ids that will change.golden
expects exact values, but maybe we could support some way of templating things so that it can assert the actual result matches a template/pattern. This could be in a different package, or just a different assertions (AssertPattern()
or something).The text was updated successfully, but these errors were encountered: