cpython: c87e00a6258d (original) (raw)
Mercurial > cpython
changeset 92577:c87e00a6258d
Issue #18093: fix test_capi test skip due to _testembed move [#18093]
Nick Coghlan ncoghlan@gmail.com | |
---|---|
date | Thu, 25 Sep 2014 19:48:15 +1000 |
parents | a6fa8538c68b |
children | a6aaacb2b807 |
files | Lib/test/test_capi.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_capi.py 2 |
line wrap: on
line diff
--- a/Lib/test/test_capi.py +++ b/Lib/test/test_capi.py @@ -285,7 +285,7 @@ class EmbeddingTests(unittest.TestCase): exename += ext exepath = os.path.dirname(sys.executable) else:
exepath = os.path.join(basepath, "Modules")[](#l1.7)
exepath = os.path.join(basepath, "Programs")[](#l1.8) self.test_exe = exe = os.path.join(exepath, exename)[](#l1.9) if not os.path.exists(exe):[](#l1.10) self.skipTest("%r doesn't exist" % exe)[](#l1.11)