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

[3.7] bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) #10935

Merged
merged 1 commit into from Dec 5, 2018

Commits on Dec 5, 2018

  1. bpo-34185: Fix test module collision in test_bdb when ran as script. (p…

    …ythonGH-8537)
    
    When running test_bdb.py as a script, `import test_module` would be
    importing the existing Lib/test/test_modules.py instead of the
    tempcwd/test_module.py module which was dynamically created by
    test_bdb.py itself.
    (cherry picked from commit 54fd455)
    
    Co-authored-by: Alex H <1884912+lajarre@users.noreply.github.com>
    lajarre authored and miss-islington committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    e715255 View commit details
    Browse the repository at this point in the history