[tests] also run const tests

This commit is contained in:
Fabio Erculiani
2010-08-12 20:58:25 +02:00
parent 2c46e97d4f
commit 0a014d32fb

View File

@@ -20,12 +20,12 @@ if "--debug" in sys.argv:
etpUi['debug'] = True
from tests import db, client, server, misc, fetchers, tools, i18n, spm, \
qa, core, security
qa, core, security, const
rc = 0
# Add to the list the module to test
mods = [db, client, server, misc, fetchers, tools, i18n, spm, qa, core,
security]
security, const]
tests = []
for mod in mods: