Requirements icon indicating copy to clipboard operation
Requirements copied to clipboard

Integration tests

Open chriskuech opened this issue 5 years ago • 2 comments

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.

chriskuech avatar Jul 09 '19 16:07 chriskuech

I will try to do something on my repos with Azure DevOps

omiossec avatar Jul 10 '19 06:07 omiossec

FYI there is now some degree of testing with GitHub Actions.

chriskuech avatar Sep 25 '19 20:09 chriskuech