summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_os.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2015-03-17 11:34:46 (GMT)
committerNed Deily <nad@acm.org>2015-03-17 11:34:46 (GMT)
commit596b751f978225d7384b8f7551643b9a0e1e899b (patch)
tree46fbcd6240f29a4cc85a3b502be252284a5a7f92 /Lib/test/test_os.py
parent5151838132d03d8150a49c005a6b00eced9fd991 (diff)
downloadcpython-596b751f978225d7384b8f7551643b9a0e1e899b.zip
cpython-596b751f978225d7384b8f7551643b9a0e1e899b.tar.gz
cpython-596b751f978225d7384b8f7551643b9a0e1e899b.tar.bz2
Issue #22585, #23115: make URandomFDTests test case actually run
Diffstat (limited to 'Lib/test/test_os.py')
-rw-r--r--Lib/test/test_os.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
index fae159d..ee6027b 100644
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -918,6 +918,7 @@ def test_main():
MakedirTests,
DevNullTests,
URandomTests,
+ URandomFDTests,
ExecvpeTests,
Win32ErrorTests,
TestInvalidFD,