]> granicus.if.org Git - python/commit
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Mar 2018 09:53:51 +0000 (11:53 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Mar 2018 09:53:51 +0000 (11:53 +0200)
commitb21d155f57d284aecf9092a9bd24258293965c2f
tree3bf7797282fa3d3fc48e668214ae5f5c6bce1dff
parentbf63e8d55fd2853df3bb99d66de7f428107aadb3
bpo-32964: Reuse a testing implementation of the path protocol in tests. (#5930)
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