commit | 3c2738488ab893017c26e529ee2ebedd41bbb263 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Jul 20 00:14:29 2009 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Jul 20 00:14:29 2009 +0000 |
tree | a14bf9cf73241e7c883ef5a7fb953185cb91a6ca | |
parent | 0a49c58fb0534af4c7754d17d1a1e959fc196878 [diff] |
Some tests in importlib.test.source.test_abc_loader were testing what happens when a loader is given missing or bad code object bytecode. Unfortunately an exception related to source paths was masking what the proper exception to test should be. Making the test explicitly set the environment fixed the test. The code being test was not affected.