bye travis

This commit is contained in:
Emiliano Heyns
2022-03-13 22:42:22 +01:00
parent e1b0befddb
commit 2ac98341f4
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@
show_skipped = no
paths = test/features
show_source = false
default_format = travis
format = travis
default_format = ci
format = ci
stderr_capture = False
stdout_capture = False
log_capture = False
[behave.formatters]
travis = travis:TravisFormatter
ci = ci:CIFormatter

View File

@@ -12,7 +12,7 @@ import os
# CLASS: PlainFormatter
# -----------------------------------------------------------------------------
class TravisFormatter(PlainFormatter):
class CIFormatter(PlainFormatter):
"""
Provides a simple plain formatter without coloring/formatting.
The formatter displays now also: