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

Pester-based Test Creation #46

Open
joeavanzato opened this issue May 3, 2023 · 2 comments
Open

Pester-based Test Creation #46

joeavanzato opened this issue May 3, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@joeavanzato
Copy link
Owner

Currently, the code base lacks any form of testing - Pester tests should be developed to help keep development stable and ensure that functionality is not impacted when making any changes.

@joeavanzato joeavanzato added the enhancement New feature or request label May 3, 2023
@joeavanzato joeavanzato self-assigned this May 3, 2023
@baileydauterman
Copy link
Contributor

I think a good follow on for this would be creating a CI pipeline to run pester tests for new PRs. Ensures that the tests pass before being able to merge any changes to master.

@joeavanzato
Copy link
Owner Author

I think a good follow on for this would be creating a CI pipeline to run pester tests for new PRs. Ensures that the tests pass before being able to merge any changes to master.

Definitely - that's my current plan. I'm going to work through creating tests where possible for most of the checks and then setup a CI workflow using 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
Projects
None yet
Development

No branches or pull requests

2 participants