bdd tests: make import style configurable

The switch is for development. Tests are not guaranteed to still
work when run with anything but the 'extratags' style.
This commit is contained in:
Sarah Hoffmann
2022-10-04 17:01:25 +02:00
parent 981e9700be
commit de2a3bd5f8
3 changed files with 5 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ userconfig = {
'API_TEST_FILE' : (TEST_BASE_DIR / 'testdb' / 'apidb-test-data.pbf').resolve(),
'SERVER_MODULE_PATH' : None,
'TOKENIZER' : None, # Test with a custom tokenizer
'STYLE' : 'extratags',
'PHPCOV' : False, # set to output directory to enable code coverage
}