[pypy-commit] pypy stdlib-2.7.6: add new tests to conftest.py

bdkearns noreply at buildbot.pypy.org
Sat Mar 1 23:00:38 CET 2014


Author: Brian Kearns <bdkearns at gmail.com>
Branch: stdlib-2.7.6
Changeset: r69581:319f9797f093
Date: 2014-03-01 16:59 -0500
http://bitbucket.org/pypy/pypy/changeset/319f9797f093/

Log:	add new tests to conftest.py

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -261,6 +261,7 @@
     RegrTest('test_htmlparser.py'),
     RegrTest('test_httplib.py'),
     RegrTest('test_httpservers.py'),
+    RegrTest('test_idle.py'),
     RegrTest('test_imageop.py'),
     RegrTest('test_imaplib.py'),
     RegrTest('test_imgfile.py'),
@@ -293,6 +294,7 @@
     RegrTest('test_macos.py'),
     RegrTest('test_macostools.py'),
     RegrTest('test_macpath.py'),
+    RegrTest('test_macurl2path.py'),
     RegrTest('test_mailbox.py'),
     RegrTest('test_marshal.py', core=True),
     RegrTest('test_math.py', core=True, usemodules='math'),
@@ -317,6 +319,7 @@
     RegrTest('test_new.py', core=True),
     RegrTest('test_nis.py'),
     RegrTest('test_normalization.py'),
+    RegrTest('test_nntplib.py'),
     RegrTest('test_ntpath.py'),
     RegrTest('test_old_mailbox.py'),
     RegrTest('test_opcodes.py', core=True),
@@ -397,6 +400,7 @@
     RegrTest('test_sqlite.py', usemodules="thread _rawffi zlib"),
     RegrTest('test_ssl.py', usemodules='_ssl _socket select'),
     RegrTest('test_startfile.py'),
+    RegrTest('test_stat.py'),
     RegrTest('test_str.py', core=True),
     RegrTest('test_strftime.py'),
     RegrTest('test_string.py', core=True),
@@ -409,6 +413,7 @@
     RegrTest('test_structmembers.py', skip="CPython specific"),
     RegrTest('test_structseq.py'),
     RegrTest('test_subprocess.py', usemodules='signal'),
+    RegrTest('test_sunau.py'),
     RegrTest('test_sunaudiodev.py'),
     RegrTest('test_sundry.py'),
     RegrTest('test_symtable.py', skip="implementation detail"),


More information about the pypy-commit mailing list