Fleid / asa.unittest

Azure Stream Analytics unit testing solution (fixture and script)
MIT License
3 stars 0 forks source link

Remove jsondiffpatch dependency #10

Closed Fleid closed 4 years ago

Fleid commented 4 years ago

Future release 1.0.8

Impossible to solve bug on Azure DevOps where jsondiffpatch can't be invoked via Invoke-External (only via &). Invoke-External is what allow 100% coverage for unit tests in Pester.

Since I had to do result set ordering any way (since CICD 2.4.1 doesn't output ordered datasets), I could as well switch from jsondiffpatch to Compare-Object. Here we are.