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. --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 746b0035..58d69381 100644 --- a/tox.ini +++ b/tox.ini @@ -6,5 +6,4 @@ envlist = py27, py33 deps = logilab-common six -changedir = {envsitepackagesdir}/astroid/tests -commands = python -Wi -m unittest discover -p "unittest*.py" +commands = python -Wi -m unittest discover -s {envsitepackagesdir}/astroid/tests -p "unittest*.py" -- cgit v1.2.1