Releases: Fleid/asa.unittest
Releases · Fleid/asa.unittest
Add commands to help migrate to new official unit test tool
Last month the ASA team updated azure-streamanalytics-cicd, their companion npm package. It now includes the addtestcase
and test
commands that add support for query unit testing. These commands are well documented and quite easy to use.
This release adds helper tools to migrate tests built for asa.unittest to the new format expected by the CI/CD tool. I document the process here
Add support for ASA Nugget 3.0.0 plus paramaterize that version
Merge pull request #17 from Fleid/cicd3.0.0upgrade Cicd3.0.0upgrade
Hotfix: hardcode CICD nuget package to 2.4.1
Fix open issues
Merge pull request #14 from Fleid/release109 Release109
Remove jsondiffpatch dependency
See issue #9
Fix jsondiffpatch confusion on Azure DevOps
Output test results to verbose in case of errors
Required for troubleshooting issue #9
Fix issues #7 and #8 (CICD 2.4.0/2.4.1+ phantom tests)
PS 5.1.x compatibility fixes
1.0.3 Update manifest to 1.0.3
PowerShell Gallery first valid release
First valid release of asa.unittest to be published in the PowerShell Gallery.
Both 1.0.0 and 1.0.1 had invalid module manifests that prevented Install-Module to operate properly.