]> granicus.if.org Git - python/commit
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 10 Jun 2018 21:45:19 +0000 (14:45 -0700)
committerNed Deily <nad@python.org>
Sun, 10 Jun 2018 21:45:19 +0000 (17:45 -0400)
commit298eb07faa66da9c588bd82db14a6eef64167ede
tree3c943f927365d0b7cbc677c1f4aa44802c3f6f3a
parent053d6c5ce246e6ba9c046467b02a0b6ba4abb8bf
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (#7604)

(cherry picked from commit 4ab4695388fb9ec03a14d93e90ce50d832a920ec)

Co-authored-by: Tal Einat <taleinat+github@gmail.com>
Lib/unittest/test/test_discovery.py