cpython: b380d715651d (original) (raw)

Mercurial > cpython

changeset 75002:b380d715651d

Add test for packaging.util.set_platform (#13974). Patch by Tshepang Lekhonkhobe. [#13974]

Éric Araujo merwok@netwok.org
date Thu, 16 Feb 2012 19:32:17 +0100
parents 2cfba214c243
children 697e934ade19
files Lib/packaging/tests/test_util.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-)[+] [-] Lib/packaging/tests/test_util.py 5

line wrap: on

line diff

--- a/Lib/packaging/tests/test_util.py +++ b/Lib/packaging/tests/test_util.py @@ -173,6 +173,11 @@ class UtilTestCase(support.EnvironRestor sys.stdout = self.old_stdout sys.stderr = self.old_stderr

+ def test_convert_path(self): # linux/mac os.sep = '/'