2d5a47e8d6
Nosetests' detailed error reporting breaks when running testtools tests. Disable this plugin to get proper error reporting. Change-Id: I4898f567e8588e1dd61940486dfc515e459adc34
31 lines
508 B
INI
31 lines
508 B
INI
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[egg_info]
|
|
tag_build =
|
|
tag_date = 0
|
|
tag_svn_revision = 0
|
|
|
|
[compile_catalog]
|
|
directory = nova/locale
|
|
domain = nova
|
|
|
|
[update_catalog]
|
|
domain = nova
|
|
output_dir = nova/locale
|
|
input_file = nova/locale/nova.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = nova/locale/nova.pot
|
|
|
|
[nosetests]
|
|
verbosity=2
|
|
cover-package = nova
|
|
cover-html = true
|
|
cover-erase = true
|
|
where=nova/tests
|