-
Notifications
You must be signed in to change notification settings - Fork 157
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
Break out Unit tests #285
Break out Unit tests #285
Conversation
InModuleScope was also removed.
InModuleScope was also removed.
This will be merged once all the tests are ported. I created it no so I could have CI fire on macOS and Linux to make sure the unit test still pass there as well. |
Do you want me to help on that PR? Maybe you want to outsource the includes into an extra file so possible needed includes are done within one ps1 file. |
related #279 |
All unit tests are in own files.
PR Summary
This PR breaks out all the tests to single function per file. It also removes the
From all the tests so the module does not have to loaded to run the tests.
PR Checklist