Peter V

Results 7 comments of Peter V
trafficstars

Dear pytest-bdd team! I'm about to start a larger test project with bdd style testing. In pytest-bdd, the scenario outline handling was a show stopper for me. I was thinking...

Hi, this (and all similar open issues #70 , #67 , ...) are a major problem for me as well. To help the investigation I add my observations: When I...

Note: I'm using Windows, if it is OS dependent in any way.

@daneah by any chance can you review and comment my PR?

Sorry for not replying for a long time, I have changed job, I had other priorities in my life. But now I fixed the finding, thank you for that, and...

Is there anything I can help to support a new release? My previous team use my fork and branch to install Trogon on Windows. But this is sad...

I have searched a bit more and the problem is that `os.execvp()` is not working on Windows. See also: https://github.com/python/cpython/issues/101191 https://github.com/python/cpython/issues/63323 Instead I suggest something like: ```python if sys.platform ==...