behave-contrib / behave-html-formatter

HTML formatter for Behave
https://pypi.org/project/behave-html-formatter/
GNU General Public License v3.0
7 stars 10 forks source link

Add acceptance tests #9

Closed bittner closed 3 years ago

bittner commented 3 years ago

We finally add tests that should verify that using this formatter with behave actually works.

Relates to #4

bittner commented 3 years ago

@jenisys Can we directly use the step library of the behave project for these tests, or do we have to do copy+paste?

Examples and related code from the parent project:

jenisys commented 3 years ago

Currently, the simplest thing is to use a copy of „behave4cmd0“ within this repo. Other alternatives (for now):

bittner commented 3 years ago

Tests are miraculously passing, only checks fail (flake8, pylint). I'd rather have the original authors fix that to not destroy the original intent of the code. Hence, merging.

bittner commented 3 years ago

Obviously, we need to add the step implementations to finish this task for real. :zany_face: