Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r95035:943b0266d564 Date: 2018-08-29 08:16 +0200 http://bitbucket.org/pypy/pypy/changeset/943b0266d564/
Log: split tests into two directories to speed up parallel testing diff --git a/pypy/module/cpyext/test0/__init__.py b/pypy/module/cpyext/test0/__init__.py new file mode 100644 diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test0/conftest.py copy from pypy/module/cpyext/test/conftest.py copy to pypy/module/cpyext/test0/conftest.py diff --git a/pypy/module/cpyext/test/test_abstract.py b/pypy/module/cpyext/test0/test_abstract.py rename from pypy/module/cpyext/test/test_abstract.py rename to pypy/module/cpyext/test0/test_abstract.py diff --git a/pypy/module/cpyext/test/test_arraymodule.py b/pypy/module/cpyext/test0/test_arraymodule.py rename from pypy/module/cpyext/test/test_arraymodule.py rename to pypy/module/cpyext/test0/test_arraymodule.py diff --git a/pypy/module/cpyext/test/test_boolobject.py b/pypy/module/cpyext/test0/test_boolobject.py rename from pypy/module/cpyext/test/test_boolobject.py rename to pypy/module/cpyext/test0/test_boolobject.py diff --git a/pypy/module/cpyext/test/test_borrow.py b/pypy/module/cpyext/test0/test_borrow.py rename from pypy/module/cpyext/test/test_borrow.py rename to pypy/module/cpyext/test0/test_borrow.py diff --git a/pypy/module/cpyext/test/test_bufferobject.py b/pypy/module/cpyext/test0/test_bufferobject.py rename from pypy/module/cpyext/test/test_bufferobject.py rename to pypy/module/cpyext/test0/test_bufferobject.py diff --git a/pypy/module/cpyext/test/test_bytearrayobject.py b/pypy/module/cpyext/test0/test_bytearrayobject.py rename from pypy/module/cpyext/test/test_bytearrayobject.py rename to pypy/module/cpyext/test0/test_bytearrayobject.py diff --git a/pypy/module/cpyext/test/test_bytesobject.py b/pypy/module/cpyext/test0/test_bytesobject.py rename from pypy/module/cpyext/test/test_bytesobject.py rename to pypy/module/cpyext/test0/test_bytesobject.py diff --git a/pypy/module/cpyext/test/test_capsule.py b/pypy/module/cpyext/test0/test_capsule.py rename from pypy/module/cpyext/test/test_capsule.py rename to pypy/module/cpyext/test0/test_capsule.py diff --git a/pypy/module/cpyext/test/test_cell.py b/pypy/module/cpyext/test0/test_cell.py rename from pypy/module/cpyext/test/test_cell.py rename to pypy/module/cpyext/test0/test_cell.py diff --git a/pypy/module/cpyext/test/test_classobject.py b/pypy/module/cpyext/test0/test_classobject.py rename from pypy/module/cpyext/test/test_classobject.py rename to pypy/module/cpyext/test0/test_classobject.py diff --git a/pypy/module/cpyext/test/test_codecs.py b/pypy/module/cpyext/test0/test_codecs.py rename from pypy/module/cpyext/test/test_codecs.py rename to pypy/module/cpyext/test0/test_codecs.py diff --git a/pypy/module/cpyext/test/test_complexobject.py b/pypy/module/cpyext/test0/test_complexobject.py rename from pypy/module/cpyext/test/test_complexobject.py rename to pypy/module/cpyext/test0/test_complexobject.py diff --git a/pypy/module/cpyext/test/test_cparser.py b/pypy/module/cpyext/test0/test_cparser.py rename from pypy/module/cpyext/test/test_cparser.py rename to pypy/module/cpyext/test0/test_cparser.py diff --git a/pypy/module/cpyext/test/test_datetime.py b/pypy/module/cpyext/test0/test_datetime.py rename from pypy/module/cpyext/test/test_datetime.py rename to pypy/module/cpyext/test0/test_datetime.py diff --git a/pypy/module/cpyext/test/test_dictobject.py b/pypy/module/cpyext/test0/test_dictobject.py rename from pypy/module/cpyext/test/test_dictobject.py rename to pypy/module/cpyext/test0/test_dictobject.py diff --git a/pypy/module/cpyext/test/test_eval.py b/pypy/module/cpyext/test0/test_eval.py rename from pypy/module/cpyext/test/test_eval.py rename to pypy/module/cpyext/test0/test_eval.py diff --git a/pypy/module/cpyext/test/test_fileobject.py b/pypy/module/cpyext/test0/test_fileobject.py rename from pypy/module/cpyext/test/test_fileobject.py rename to pypy/module/cpyext/test0/test_fileobject.py diff --git a/pypy/module/cpyext/test/test_floatobject.py b/pypy/module/cpyext/test0/test_floatobject.py rename from pypy/module/cpyext/test/test_floatobject.py rename to pypy/module/cpyext/test0/test_floatobject.py diff --git a/pypy/module/cpyext/test/test_frameobject.py b/pypy/module/cpyext/test0/test_frameobject.py rename from pypy/module/cpyext/test/test_frameobject.py rename to pypy/module/cpyext/test0/test_frameobject.py diff --git a/pypy/module/cpyext/test/test_funcobject.py b/pypy/module/cpyext/test0/test_funcobject.py rename from pypy/module/cpyext/test/test_funcobject.py rename to pypy/module/cpyext/test0/test_funcobject.py diff --git a/pypy/module/cpyext/test/test_genobject.py b/pypy/module/cpyext/test0/test_genobject.py rename from pypy/module/cpyext/test/test_genobject.py rename to pypy/module/cpyext/test0/test_genobject.py diff --git a/pypy/module/cpyext/test/test_getargs.py b/pypy/module/cpyext/test0/test_getargs.py rename from pypy/module/cpyext/test/test_getargs.py rename to pypy/module/cpyext/test0/test_getargs.py diff --git a/pypy/module/cpyext/test/test_import.py b/pypy/module/cpyext/test0/test_import.py rename from pypy/module/cpyext/test/test_import.py rename to pypy/module/cpyext/test0/test_import.py diff --git a/pypy/module/cpyext/test/test_intobject.py b/pypy/module/cpyext/test0/test_intobject.py rename from pypy/module/cpyext/test/test_intobject.py rename to pypy/module/cpyext/test0/test_intobject.py diff --git a/pypy/module/cpyext/test/test_iterator.py b/pypy/module/cpyext/test0/test_iterator.py rename from pypy/module/cpyext/test/test_iterator.py rename to pypy/module/cpyext/test0/test_iterator.py diff --git a/pypy/module/cpyext/test/test_listobject.py b/pypy/module/cpyext/test0/test_listobject.py rename from pypy/module/cpyext/test/test_listobject.py rename to pypy/module/cpyext/test0/test_listobject.py diff --git a/pypy/module/cpyext/test/test_longobject.py b/pypy/module/cpyext/test0/test_longobject.py rename from pypy/module/cpyext/test/test_longobject.py rename to pypy/module/cpyext/test0/test_longobject.py diff --git a/pypy/module/cpyext/test/test_mapping.py b/pypy/module/cpyext/test0/test_mapping.py rename from pypy/module/cpyext/test/test_mapping.py rename to pypy/module/cpyext/test0/test_mapping.py diff --git a/pypy/module/cpyext/test/test_marshal.py b/pypy/module/cpyext/test0/test_marshal.py rename from pypy/module/cpyext/test/test_marshal.py rename to pypy/module/cpyext/test0/test_marshal.py diff --git a/pypy/module/cpyext/test/test_memoryobject.py b/pypy/module/cpyext/test0/test_memoryobject.py rename from pypy/module/cpyext/test/test_memoryobject.py rename to pypy/module/cpyext/test0/test_memoryobject.py diff --git a/pypy/module/cpyext/test/test_methodobject.py b/pypy/module/cpyext/test0/test_methodobject.py rename from pypy/module/cpyext/test/test_methodobject.py rename to pypy/module/cpyext/test0/test_methodobject.py diff --git a/pypy/module/cpyext/test/test_module.py b/pypy/module/cpyext/test0/test_module.py rename from pypy/module/cpyext/test/test_module.py rename to pypy/module/cpyext/test0/test_module.py diff --git a/pypy/module/cpyext/test/test_ndarrayobject.py b/pypy/module/cpyext/test0/test_ndarrayobject.py rename from pypy/module/cpyext/test/test_ndarrayobject.py rename to pypy/module/cpyext/test0/test_ndarrayobject.py diff --git a/pypy/module/cpyext/test/test_number.py b/pypy/module/cpyext/test0/test_number.py rename from pypy/module/cpyext/test/test_number.py rename to pypy/module/cpyext/test0/test_number.py diff --git a/pypy/module/cpyext/test1/__init__.py b/pypy/module/cpyext/test1/__init__.py new file mode 100644 diff --git a/pypy/module/cpyext/test/conftest.py b/pypy/module/cpyext/test1/conftest.py copy from pypy/module/cpyext/test/conftest.py copy to pypy/module/cpyext/test1/conftest.py diff --git a/pypy/module/cpyext/test/test_object.py b/pypy/module/cpyext/test1/test_object.py rename from pypy/module/cpyext/test/test_object.py rename to pypy/module/cpyext/test1/test_object.py diff --git a/pypy/module/cpyext/test/test_pycobject.py b/pypy/module/cpyext/test1/test_pycobject.py rename from pypy/module/cpyext/test/test_pycobject.py rename to pypy/module/cpyext/test1/test_pycobject.py diff --git a/pypy/module/cpyext/test/test_pyerrors.py b/pypy/module/cpyext/test1/test_pyerrors.py rename from pypy/module/cpyext/test/test_pyerrors.py rename to pypy/module/cpyext/test1/test_pyerrors.py diff --git a/pypy/module/cpyext/test/test_pyfile.py b/pypy/module/cpyext/test1/test_pyfile.py rename from pypy/module/cpyext/test/test_pyfile.py rename to pypy/module/cpyext/test1/test_pyfile.py diff --git a/pypy/module/cpyext/test/test_pysignals.py b/pypy/module/cpyext/test1/test_pysignals.py rename from pypy/module/cpyext/test/test_pysignals.py rename to pypy/module/cpyext/test1/test_pysignals.py diff --git a/pypy/module/cpyext/test/test_pystate.py b/pypy/module/cpyext/test1/test_pystate.py rename from pypy/module/cpyext/test/test_pystate.py rename to pypy/module/cpyext/test1/test_pystate.py diff --git a/pypy/module/cpyext/test/test_pystrtod.py b/pypy/module/cpyext/test1/test_pystrtod.py rename from pypy/module/cpyext/test/test_pystrtod.py rename to pypy/module/cpyext/test1/test_pystrtod.py diff --git a/pypy/module/cpyext/test/test_sequence.py b/pypy/module/cpyext/test1/test_sequence.py rename from pypy/module/cpyext/test/test_sequence.py rename to pypy/module/cpyext/test1/test_sequence.py diff --git a/pypy/module/cpyext/test/test_setobject.py b/pypy/module/cpyext/test1/test_setobject.py rename from pypy/module/cpyext/test/test_setobject.py rename to pypy/module/cpyext/test1/test_setobject.py diff --git a/pypy/module/cpyext/test/test_sliceobject.py b/pypy/module/cpyext/test1/test_sliceobject.py rename from pypy/module/cpyext/test/test_sliceobject.py rename to pypy/module/cpyext/test1/test_sliceobject.py diff --git a/pypy/module/cpyext/test/test_structseq.py b/pypy/module/cpyext/test1/test_structseq.py rename from pypy/module/cpyext/test/test_structseq.py rename to pypy/module/cpyext/test1/test_structseq.py diff --git a/pypy/module/cpyext/test/test_sysmodule.py b/pypy/module/cpyext/test1/test_sysmodule.py rename from pypy/module/cpyext/test/test_sysmodule.py rename to pypy/module/cpyext/test1/test_sysmodule.py diff --git a/pypy/module/cpyext/test/test_thread.py b/pypy/module/cpyext/test1/test_thread.py rename from pypy/module/cpyext/test/test_thread.py rename to pypy/module/cpyext/test1/test_thread.py diff --git a/pypy/module/cpyext/test/test_traceback.py b/pypy/module/cpyext/test1/test_traceback.py rename from pypy/module/cpyext/test/test_traceback.py rename to pypy/module/cpyext/test1/test_traceback.py diff --git a/pypy/module/cpyext/test/test_translate.py b/pypy/module/cpyext/test1/test_translate.py rename from pypy/module/cpyext/test/test_translate.py rename to pypy/module/cpyext/test1/test_translate.py diff --git a/pypy/module/cpyext/test/test_tupleobject.py b/pypy/module/cpyext/test1/test_tupleobject.py rename from pypy/module/cpyext/test/test_tupleobject.py rename to pypy/module/cpyext/test1/test_tupleobject.py diff --git a/pypy/module/cpyext/test/test_typeobject.py b/pypy/module/cpyext/test1/test_typeobject.py rename from pypy/module/cpyext/test/test_typeobject.py rename to pypy/module/cpyext/test1/test_typeobject.py diff --git a/pypy/module/cpyext/test/test_unicodeobject.py b/pypy/module/cpyext/test1/test_unicodeobject.py rename from pypy/module/cpyext/test/test_unicodeobject.py rename to pypy/module/cpyext/test1/test_unicodeobject.py diff --git a/pypy/module/cpyext/test/test_userslots.py b/pypy/module/cpyext/test1/test_userslots.py rename from pypy/module/cpyext/test/test_userslots.py rename to pypy/module/cpyext/test1/test_userslots.py diff --git a/pypy/module/cpyext/test/test_version.py b/pypy/module/cpyext/test1/test_version.py rename from pypy/module/cpyext/test/test_version.py rename to pypy/module/cpyext/test1/test_version.py diff --git a/pypy/module/cpyext/test/test_weakref.py b/pypy/module/cpyext/test1/test_weakref.py rename from pypy/module/cpyext/test/test_weakref.py rename to pypy/module/cpyext/test1/test_weakref.py _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit