forked from mistio/mist-ce
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbehave.ini
More file actions
23 lines (21 loc) · 773 Bytes
/
behave.ini
File metadata and controls
23 lines (21 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# =============================================================================
# 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_timings = true
;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