forked from jenisys/behave.example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehave.ini
24 lines (22 loc) · 793 Bytes
/
behave.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# =============================================================================
# BEHAVE CONFIGURATION
# =============================================================================
# FILE: .behaverc, behave.ini
#
# SEE ALSO:
# * http://pythonhosted.org/behave/behave.html#configuration-files
# * https://github.com/behave/behave
# * http://pypi.python.org/pypi/behave/
# =============================================================================
# format = rerun
# outfiles = rerun.featureset
[behave]
show_skipped = false
show_timings = false
default_format = pretty
stdout_capture = no
logging_level = INFO
# -- REQUIRES: behave >= 1.2.5
# REPLACE: pretty, needed for documentation generation.
[behave.formatters]
pretty = behave_ext.formatter.pretty2:SimplePrettyFormatter