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

Stop exporting private method for test purpose #18

Open
edouard-lopez opened this issue Apr 8, 2019 · 0 comments
Open

Stop exporting private method for test purpose #18

edouard-lopez opened this issue Apr 8, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers security code vulnerability or design issues

Comments

@edouard-lopez
Copy link
Owner

From PowerShell Slack:

I would strongly consider not exporting the functions in Password.psm1.

Use Pester InModuleScope

The InModuleScope command allows you to perform white-box unit testing on the internal (non-exported) code of a Script Module.

https://github.com/pester/Pester/wiki/InModuleScope

@edouard-lopez edouard-lopez added enhancement New feature or request security code vulnerability or design issues good first issue Good for newcomers labels Apr 8, 2019
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 security code vulnerability or design issues
Projects
None yet
Development

No branches or pull requests

1 participant