Press "Enter" to skip to content

Loading Powershell Modules for Pester Tests

David Wilson needs to open a module:

When you’re testing PowerShell modules, importing, referencing, and removing modules can be a little bit tricky. These are some things that I’ve found to make tests more reliable.

Click through for several tips on how to do this.