Requirements
Requirements copied to clipboard
Integration tests
We currently only have unit tests, where we dot-source the files and extensively test each function. We currently do not have integration tests where we Import-Module
Requirements and test the functions. We have manually-validated integration testing using /examples.ps1
. We need true integration tests, perhaps copied/forked from our interface.tests.ps1
tests.
We have had a few (now solved) issues already due to lack of true integration testing.
I will try to do something on my repos with Azure DevOps
FYI there is now some degree of testing with GitHub Actions.