HTML formatter for Behave
Project description
HTML formatter for Behave
To use it with behave create behave.ini
file in project folder (or in home) with
following content:
# -- FILE: behave.ini
# Define ALIAS for HtmlFormatter.
[behave.formatters]
html = behave_html_formatter:HTMLFormatter
and then use it by running behave with -f
/--format
parameter, e.g.
behave -f help
behave -f html
behave -f html -o behave-report.html
You can find information about behave and user-defined formatters in the behave docs.
Contributing
You want to help with improving this software? Please create an issue in our open bug tracker, or open a pull request directly.
We use tox for running linting and tests, e.g.
tox
tox -l
tox -e flake8,behave
For code formatting we use black, which you can run using our Tox setup, e.g.
tox -e black
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
Built Distribution
Close
Hashes for behave-html-formatter-0.9.8.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | ee0f75f3c9cb0005d29627998425223582464190b0a4e197aac227ebc2161b52 |
|
MD5 | b97a6b2d951de767589859d5db36d468 |
|
BLAKE2b-256 | ae4ff39ccefd3d564803318352f75bf0f30b706b1f3107aae4dfc89e497cb96b |
Close
Hashes for behave_html_formatter-0.9.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a474af0d67612e3f3ac567f1346a37962ac081f245e8b85f5ce7c38a294b1d59 |
|
MD5 | 459d91863b8355e1c907e8af111abe6b |
|
BLAKE2b-256 | 7640323f84ed9e7737d9a91c5b2f73e12f283b7a5dc1ad0f5524f3fd403717b6 |