Merge pull request #1152 from jdemaeyer/fix/tests-settings-api

Fix deprecated settings API in tests
This commit is contained in:
Julia Medina 2015-04-12 23:56:40 -03:00
commit 5af557e610
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
EXTENSIONS = [
'tests.test_cmdline.extensions.TestExtension'
]
EXTENSIONS = {
'tests.test_cmdline.extensions.TestExtension': 0,
}
TEST1 = 'default'