Azure / azure-functions-powershell-library

MIT License
2 stars 3 forks source link

No tests exist for this project #2

Closed andystaples closed 2 years ago

andystaples commented 2 years ago

There should be tests, both E2E and unit tests, that confirm the functionality of the Get-FunctionsMetadata cmdlet, the attributes, and any other features bundled with this repository.

Francisco-Gamino commented 2 years ago

Please update build.ps1 script to do the following:

1) Build the modules and place it on a test directory 2) Install Pester 3) Make sure Pester is visible to PowerShell 4) New script (test driver) which invokes Pester pointing to the test directory

andystaples commented 2 years ago

Tests added and running on commit.