Closed spinus closed 9 years ago
nice catch! PR is welcome
I guess it is related to the
if not clean_line:
continue
You could use this feature file for the test
I'll take a look at some point (probably after reporters) so if you find time go for it.
@bubenkoff nice stuff. Thank you.
I'm working on HTML reported and as well as Terminal reporter.
I need to "recreate" texts. I was going to use stuff which is available in pytest-bdd pytest reports. Here is what I have when accessing
__scenario__
:It's almost good, but original description of feature is:
So as you can see, two new lines are missing before last line.