parinfer

cfleming 2017-07-15T04:16:58.614459Z

@shaunlebron It would definitely be good to move the test parsing for the diff format out, so that the diffs are added to the JSON tests rather than being left in the text. The way it is now, all clients who want to reimplement parinfer but use the tests also have to reimplement that parsing.

cfleming 2017-07-15T08:09:13.425813Z

Ideally the JSON cases would contain all the parameters required to simply call the API, so the tests can be trivially reused.

shaunlebron 2017-07-15T14:34:16.950355Z

@cfleming @doglooksgood @chrisoakman Tests should be portable now: https://github.com/shaunlebron/parinfer/issues/139#issuecomment-315537321

shaunlebron 2017-07-15T14:36:01.959015Z

I think that addresses all the feedback I got this week, so I think ports can proceed now