[tests] also run const tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user