]> granicus.if.org Git - python/commit
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 12 Sep 2019 12:54:48 +0000 (15:54 +0300)
committerGregory P. Smith <greg@krypto.org>
Thu, 12 Sep 2019 12:54:48 +0000 (13:54 +0100)
commitf9dc2ad89032201427ed5f08061c703794627ad9
tree76f92a623714e6cb88f7dae8e4a175d2a4e00c02
parent5a4f82f457049b5b07b6fba4ca42bc1ecf597976
bpo-37935: Added tests for os.walk(), glob.iglob() and Path.glob() (GH-15956)

Test that they do not keep too many file descriptors open for the host OS in a reasonable test scenario.

See [bpo-37935](https://bugs.python.org/issue37935).
Lib/test/test_glob.py
Lib/test/test_os.py
Lib/test/test_pathlib.py