]> granicus.if.org Git - python/commit
[3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 3 Mar 2018 12:19:29 +0000 (14:19 +0200)
committerGitHub <noreply@github.com>
Sat, 3 Mar 2018 12:19:29 +0000 (14:19 +0200)
commitfbdd075c64a5229dfa26632cf1b2cf2361dc5003
treea959f2fc206302c629b217ca811f305b7f5060be
parent10fb1bf7766e7eb9500d328ddd1035e3f823fb57
[3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930). (GH-5958)

(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