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

Exposes the root mocked filesytem if the mock is currently applied. (Fixes #90) #194

Merged
merged 1 commit into from
Feb 5, 2017

Conversation

ciaranj
Copy link
Contributor

@ciaranj ciaranj commented Jan 27, 2017

Addresses #90

  • Useful for tests where you wish to make 'general' assertions over the
    whole filesystem (e.g. security testing!)
  • Also addresses an issue where the bindings were having 'extraneous' keys
    left when the mock was restored. (Was unable to provide an isolated test
    for this as the 'bindings' part is internal to the mock.

* Useful for tests where you wish to make 'general' assertions over the
  whole filesystem (e.g. security testing!)
* Also addresses an issue where the bindings were having 'extraneous' keys
  left when the mock was restored. (Was unable to provide an isolated test
  for this as the 'bindings' part is internal to the mock.
@ciaranj ciaranj force-pushed the expose_root_of_mock_filesystem branch from 839e9df to 6a06eda Compare January 27, 2017 11:58
ciaranj added a commit to ciaranj/mock-fs that referenced this pull request Jan 27, 2017
@tschaub tschaub merged commit 10f98fc into tschaub:master Feb 5, 2017
@tschaub
Copy link
Owner

tschaub commented Feb 5, 2017

Thanks for the contribution @ciaranj.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants