mozilla / workshop

Workshop was a JSON server which reformatted hardware data from an obsolete format. It has been replaced by the BabbageFormatter in ensemble-transposer.
https://github.com/mozilla/ensemble-transposer/blob/923380b3bd3996bb7b48f92c927a99c0f1c62a28/formatters/BabbageFormatter.js
Mozilla Public License 2.0
0 stars 5 forks source link

Write a script that assists in testing new changes by comparing output #25

Open openjck opened 6 years ago

openjck commented 6 years ago

It would be great if we had a script that could compare the output of fhwr-unflattener under different states. For example, the script could check out the master branch, download the JSON that fhwr-unflattener outputs on the master branch, switch to a different branch, download the JSON on that branch, and then compare the results. If the output unexpectedly differed between the branches, something would be wrong.