From f5e58be597e4866b0ef34cf874693240124b0693 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. --- MANIFEST.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 6b779861..4837adf1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,8 +2,6 @@ include ChangeLog include README include COPYING include COPYING.LESSER -recursive-include astroid/tests/data *.py *.zip *.egg -recursive-include astroid/tests/data_py3 *.py *.zip *.egg -recursive-include astroid/tests/data2 *.py -recursive-include astroid/tests/regrtest_data *.py +include tox.ini +recursive-include astroid/tests/testdata *.py *.zip *.egg recursive-include astroid/brain *.py -- cgit v1.2.1