Formatter for behave that uses color but not fancy terminal repositioning
Project description
behave-plain-color-formatter
Formatter for behave that uses color but not fancy terminal repositioning
Installation
pip install behave-plain-color-formatter
Usage
You can specify the formatter directly in the command line using the -f argument:
behave -f behave_plain_color_formatter:PlainColorFormatter
or
behave --format behave_plain_color_formatter:PlainColorFormatter
You can also register the formatter to be available through a simple name:
# -- FILE: behave.ini
[behave.formatters]
plain.color = behave_plain_color_formatter:PlainColorFormatter
and the use it like:
behave -f plain.color
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for behave-plain-color-formatter-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 94f5dc088b5dc39a1ff0788f94232ed12dd9c5eec8f8d9546a19ef6555a922ab |
|
MD5 | 555b3376e8ced86d58ac05726c910379 |
|
BLAKE2b-256 | ff9a5eb76a079d899de16064f9f652758cd53ac720768ae180b2a3e2f1fa38f5 |