]> granicus.if.org Git - python/commit
bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Mar 2018 10:17:51 +0000 (02:17 -0800)
committerGitHub <noreply@github.com>
Fri, 2 Mar 2018 10:17:51 +0000 (02:17 -0800)
commita13b65422a1078104e9f53ad41945ea380a80798
treedc5ef806bbb8443aef5b5756c75604a039f7633f
parent0e06be836ca0d578cf9fc0c68979eb682c00f89c
bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930)

(cherry picked from commit b21d155f57d284aecf9092a9bd24258293965c2f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/test.rst
Lib/test/support/__init__.py
Lib/test/test_compile.py
Lib/test/test_genericpath.py
Lib/test/test_io.py
Lib/test/test_ntpath.py
Lib/test/test_os.py
Lib/test/test_pathlib.py
Lib/test/test_posixpath.py
Lib/test/test_shutil.py
Lib/test/test_subprocess.py