DexterPOSH / PSRemotely

Remote operations validation framework, exposes a DSL to wrap existing Pester/PoshSpec based validation tests.
http://psremotely.readthedocs.io/en/latest/
MIT License
46 stars 7 forks source link

Test script for Bootstrap.ps1 #44

Open VinoJose opened 7 years ago

VinoJose commented 7 years ago

Is the Context block 'If all the required modules present on the Remotely node, and PSRemotely path is NOT present' required? Because, if the PSRemotely path is not present, modules also won't be present, as they resides inside that directory.

DexterPOSH commented 7 years ago

Now that you mention it, maybe it is not required. These are from the time where I thought that we could install modules on the system itself rather than copying them to the PSRemotelyPath. Feel free to make the changes on your fork and create a PR.