This repository was archived by the owner on Feb 24, 2021. It is now read-only.
This repository was archived by the owner on Feb 24, 2021. It is now read-only.
Modules not able to run when there are multiple modules on the machine #42
Open
Description
When the same module is on the machine in multiple places some of the integration tests fail due to how we are currently setting up the test environment. This is fixed by ensuring only one copy of a module is on the machine, but we should have a better way of handling this scenario.
see:
https://github.com/PowerShell/DscResource.Tests/blob/master/TestHelper.psm1#L280