[Python-checkins] cpython (3.4): Issue #22585: make URandomFDTests test case actually run
ned.deily
python-checkins at python.org
Tue Mar 17 12:35:48 CET 2015
https://hg.python.org/cpython/rev/371deb4a5fd1
changeset: 95016:371deb4a5fd1
branch: 3.4
parent: 95013:910a7a540a31
user: Ned Deily <nad at acm.org>
date: Tue Mar 17 04:30:08 2015 -0700
summary:
Issue #22585: make URandomFDTests test case actually run
files:
Lib/test/test_os.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Lib/test/test_os.py b/Lib/test/test_os.py
--- a/Lib/test/test_os.py
+++ b/Lib/test/test_os.py
@@ -2567,6 +2567,7 @@
MakedirTests,
DevNullTests,
URandomTests,
+ URandomFDTests,
ExecTests,
Win32ErrorTests,
TestInvalidFD,
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list