From f5952d500ca1052252a0d8699be7ca3cf8e4eeda Mon Sep 17 00:00:00 2001 From: Torsten Marek Date: Sun, 9 Nov 2014 22:44:59 +0100 Subject: Merge all test data into a single package per Python version. Also modernized a lot of test code. This makes it possible to run the tests from both the base directory of the project as well as the astroid package. Since the packages have the same name for Python 2 and 3, there is less version-dependent code in the tests. --- .../tests/testdata/python2/data/MyPyPa-0.1.0-py2.5.egg | Bin 0 -> 1222 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 astroid/tests/testdata/python2/data/MyPyPa-0.1.0-py2.5.egg (limited to 'astroid/tests/testdata/python2/data/MyPyPa-0.1.0-py2.5.egg') diff --git a/astroid/tests/testdata/python2/data/MyPyPa-0.1.0-py2.5.egg b/astroid/tests/testdata/python2/data/MyPyPa-0.1.0-py2.5.egg new file mode 100644 index 0000000..f62599c Binary files /dev/null and b/astroid/tests/testdata/python2/data/MyPyPa-0.1.0-py2.5.egg differ -- cgit v1.2.1