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
Per #5 (comment), we can improve tests by updating them to better handle test data and ensure proper comparisons/assertions:
file based fixtures for input data
an adjacent file of gzip coded data
then compare them byte for byte
optional: add an UPDATE environment variable to be able to put the tests into a mode where they are updateable
This way we can ensure the output is exactly as we expect. And we would pick up differences, say, between our results and another implementation like #7.
Per #5 (comment), we can improve tests by updating them to better handle test data and ensure proper comparisons/assertions:
UPDATEenvironment variable to be able to put the tests into a mode where they are updateableThis way we can ensure the output is exactly as we expect. And we would pick up differences, say, between our results and another implementation like #7.
cc @springmeyer