Author: Matti Picus <[email protected]>
Branch: stdlib-2.7.16
Changeset: r96645:51b61fa2015d
Date: 2019-05-20 16:05 +0300
http://bitbucket.org/pypy/pypy/changeset/51b61fa2015d/

Log:    register new tests

diff --git a/lib-python/conftest.py b/lib-python/conftest.py
--- a/lib-python/conftest.py
+++ b/lib-python/conftest.py
@@ -115,6 +115,7 @@
     RegrTest('test_augassign.py', core=True),
     RegrTest('test_base64.py', usemodules='struct'),
     RegrTest('test_bastion.py'),
+    RegrTest('test_bdb.py'),
     RegrTest('test_bigaddrspace.py'),
     RegrTest('test_bigmem.py'),
     RegrTest('test_binascii.py', usemodules='binascii'),
@@ -269,6 +270,7 @@
     RegrTest('test_imghdr.py'),
     RegrTest('test_imp.py', core=True, usemodules='thread'),
     RegrTest('test_import.py', core=True),
+    RegrTest('test_import_magic.py'),
     RegrTest('test_importhooks.py', core=True),
     RegrTest('test_importlib.py'),
     RegrTest('test_index.py'),
@@ -369,6 +371,7 @@
     RegrTest('test_random.py'),
     RegrTest('test_re.py', core=True),
     RegrTest('test_readline.py'),
+    RegrTest('test_regrtest.py'),
     RegrTest('test_repr.py', core=True),
     RegrTest('test_resource.py'),
     RegrTest('test_rfc822.py'),
@@ -419,6 +422,7 @@
     RegrTest('test_sunau.py'),
     RegrTest('test_sunaudiodev.py'),
     RegrTest('test_sundry.py'),
+    RegrTest('test_test_support.py'),
     RegrTest('test_symtable.py', skip="implementation detail"),
     RegrTest('test_syntax.py', core=True),
     RegrTest('test_sys.py', core=True, usemodules='struct'),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to