From a34205a76214eccedc6b95b67421d6c51f0be9de Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Mon, 17 Apr 2006 14:48:50 +1000 Subject: Simplify test running, combine shell and python tests into one pyunit suite. --- python/SConscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python/SConscript') diff --git a/python/SConscript b/python/SConscript index 416ff9f..d537e3e 100644 --- a/python/SConscript +++ b/python/SConscript @@ -18,7 +18,3 @@ python_suffix = distutils.sysconfig.get_python_lib()[len(prefix):] # install path for python is then in DESTDIR + python_suffix python_installdir = DESTDIR + python_suffix + '/subunit' env.Alias('install', [Install(python_installdir, 'subunit/__init__.py')]) -# tests -tests = [] -tests.append(env.TestPython('check_python', 'test_python.py', PYTHONPATH='python')) -env.Alias('check', tests) -- cgit v1.2.1