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

Initial fix for #286 #323

Merged
merged 2 commits into from
Apr 28, 2015
Merged

Initial fix for #286 #323

merged 2 commits into from
Apr 28, 2015

Commits on Feb 24, 2015

  1. Initial fix for pester#286

    This works, but there might be some weirdness that can still happen if you mock a global function in conjunction with -ModuleName or InModuleScope.  (The global function gets renamed for the duration of the mock, but the mock is only available from that single module.  You can't mock the same global function from two different modules at once.)
    
    Not sure if it's worth worrying about that edge case, since this "mocking global functions" scenario  is already pretty rare to begin with.
    dlwyatt committed Feb 24, 2015
    Configuration menu
    Copy the full SHA
    ae99e7d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2015

  1. Configuration menu
    Copy the full SHA
    854e298 View commit details
    Browse the repository at this point in the history