Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration tests #22

Open
chriskuech opened this issue Jul 9, 2019 · 2 comments
Open

Integration tests #22

chriskuech opened this issue Jul 9, 2019 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@chriskuech
Copy link
Contributor

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 chriskuech added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jul 9, 2019
@chriskuech chriskuech mentioned this issue Jul 9, 2019
@omiossec
Copy link
Contributor

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

@chriskuech
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants