PalmEmanuel / AzBobbyTables

The fastest Azure Table Storage module for PowerShell, built on the Azure Data Tables SDK.
MIT License
23 stars 2 forks source link

Add Pester tests for the module #16

Closed PalmEmanuel closed 1 year ago

PalmEmanuel commented 1 year ago

The module should have Pester tests that are run during build, to ensure that commands behave as expected.

PalmEmanuel commented 1 year ago

Also consider code coverage, seems to be possible from quick googling. Some links:

https://github.com/coverlet-coverage/coverlet/issues/187 https://github.com/felixfbecker/PSKubectl/blob/master/ci/Invoke-Tests.ps1