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

Refactor common Pester test infrastructure #112

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

HowardWolosky
Copy link
Member

The Pester test files contained a lot of duplicated test
setup/configuration. This update factors all of that out
to Test/Common.ps1 so that just about the entire content
of a Pester test file can be unique to the code being tested.

The Pester test files contained _a lot_ of duplicated test
setup/configuration.  This update factors all of that out
to Test/Common.ps1 so that _just about_ the entire content
of a Pester test file can be unique to the code being tested.
@HowardWolosky HowardWolosky merged commit 6595086 into microsoft:master Jun 5, 2019
@HowardWolosky HowardWolosky deleted the refactorTests branch June 5, 2019 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant