[pypy-commit] pypy pytest: add missing __init__.py files for tests

RonnyPfannschmidt noreply at buildbot.pypy.org
Mon Oct 1 13:58:54 CEST 2012


Author: Ronny Pfannschmidt <Ronny.Pfannschmidt at gmx.de>
Branch: pytest
Changeset: r57695:b7d1e8a097f5
Date: 2012-09-29 19:01 +0200
http://bitbucket.org/pypy/pypy/changeset/b7d1e8a097f5/

Log:	add missing __init__.py files for tests

diff --git a/pypy/doc/test/__init__.py b/pypy/doc/test/__init__.py
new file mode 100644
diff --git a/pypy/jit/backend/x86/tool/test/__init__.py b/pypy/jit/backend/x86/tool/test/__init__.py
new file mode 100644
diff --git a/pypy/jit/tl/tinyframe/test/__init__.py b/pypy/jit/tl/tinyframe/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_csv/test/__init__.py b/pypy/module/_csv/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_hashlib/test/__init__.py b/pypy/module/_hashlib/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_io/test/__init__.py b/pypy/module/_io/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_locale/test/__init__.py b/pypy/module/_locale/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_md5/test/__init__.py b/pypy/module/_md5/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_multiprocessing/test/__init__.py b/pypy/module/_multiprocessing/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_sha/test/__init__.py b/pypy/module/_sha/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_sre/test/__init__.py b/pypy/module/_sre/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_ssl/test/__init__.py b/pypy/module/_ssl/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_warnings/test/__init__.py b/pypy/module/_warnings/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_weakref/test/__init__.py b/pypy/module/_weakref/test/__init__.py
new file mode 100644
diff --git a/pypy/module/_winreg/test/__init__.py b/pypy/module/_winreg/test/__init__.py
new file mode 100644
diff --git a/pypy/module/binascii/test/__init__.py b/pypy/module/binascii/test/__init__.py
new file mode 100644
diff --git a/pypy/module/cmath/test/__init__.py b/pypy/module/cmath/test/__init__.py
new file mode 100644
diff --git a/pypy/module/errno/test/__init__.py b/pypy/module/errno/test/__init__.py
new file mode 100644
diff --git a/pypy/module/fcntl/test/__init__.py b/pypy/module/fcntl/test/__init__.py
new file mode 100644
diff --git a/pypy/module/imp/test/__init__.py b/pypy/module/imp/test/__init__.py
new file mode 100644
diff --git a/pypy/module/itertools/test/__init__.py b/pypy/module/itertools/test/__init__.py
new file mode 100644
diff --git a/pypy/module/marshal/test/__init__.py b/pypy/module/marshal/test/__init__.py
new file mode 100644
diff --git a/pypy/module/mmap/test/__init__.py b/pypy/module/mmap/test/__init__.py
new file mode 100644
diff --git a/pypy/module/operator/test/__init__.py b/pypy/module/operator/test/__init__.py
new file mode 100644
diff --git a/pypy/module/pwd/test/__init__.py b/pypy/module/pwd/test/__init__.py
new file mode 100644
diff --git a/pypy/module/rctime/test/__init__.py b/pypy/module/rctime/test/__init__.py
new file mode 100644
diff --git a/pypy/module/select/test/__init__.py b/pypy/module/select/test/__init__.py
new file mode 100644
diff --git a/pypy/module/struct/test/__init__.py b/pypy/module/struct/test/__init__.py
new file mode 100644
diff --git a/pypy/module/termios/test/__init__.py b/pypy/module/termios/test/__init__.py
new file mode 100644
diff --git a/pypy/module/time/test/__init__.py b/pypy/module/time/test/__init__.py
new file mode 100644
diff --git a/pypy/module/token/test/__init__.py b/pypy/module/token/test/__init__.py
new file mode 100644
diff --git a/pypy/module/unicodedata/test/__init__.py b/pypy/module/unicodedata/test/__init__.py
new file mode 100644
diff --git a/pypy/module/zlib/test/__init__.py b/pypy/module/zlib/test/__init__.py
new file mode 100644
diff --git a/pypy/objspace/fake/test/__init__.py b/pypy/objspace/fake/test/__init__.py
new file mode 100644
diff --git a/pypy/rlib/rstruct/test/__init__.py b/pypy/rlib/rstruct/test/__init__.py
new file mode 100644
diff --git a/pypy/rpython/ootypesystem/test/__init__.py b/pypy/rpython/ootypesystem/test/__init__.py
new file mode 100644
diff --git a/pypy/tool/memusage/test/__init__.py b/pypy/tool/memusage/test/__init__.py
new file mode 100644


More information about the pypy-commit mailing list