This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Integration tests #22
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
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 ourinterface.tests.ps1
tests.We have had a few (now solved) issues already due to lack of true integration testing.
The text was updated successfully, but these errors were encountered: