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

Added methods to access real files #171

Merged
merged 5 commits into from
Apr 14, 2017

Commits on Apr 14, 2017

  1. Added methods to access real files

    - allow to add really existing files and directory trees to the fake
    file system, with the contents read on demand
    - see pytest-dev#170
    mrbean-bremen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    faa2668 View commit details
    Browse the repository at this point in the history
  2. Changes after review by jmcgeheeiv

    - added example test
    - fixed documentation and formatting
    mrbean-bremen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    a84a9e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    951b432 View commit details
    Browse the repository at this point in the history
  4. Added genericpath to SKIPNAMES

    - this seems to fix the problem that using real os.path functions
    implemented in this module are stubbed out
    mrbean-bremen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    409f86d View commit details
    Browse the repository at this point in the history
  5. Added tests to check behavior inside a unittest

    - regression test for exception happening if 'genericpath' is not added
    to SKIPNAMES
    - do not add 'genericpath' to SKIPNAMES if path is not patched
    mrbean-bremen committed Apr 14, 2017
    Configuration menu
    Copy the full SHA
    a3bf03a View commit details
    Browse the repository at this point in the history