Artur Daschevici

Results 31 comments of Artur Daschevici

I checked this one out. It seems there are a lot of places where the code uses the format function so the changes are not too easy to make without...

I have also looked into another solution using the module here: https://github.com/clarete/forbiddenfruit/tree/ad1d68d5c41b26ace64cb81f971dd6e29ca3b658 But this would not work under jython unfortunately because of the lack of a c python api. However...

Hello, I believe this is fixed now and i am guessing you have a rather old version of lettuce? Can you send me an exact snippet so i can test...

Yes, there seems to be a discrepancy between version from pip(downloaded from the pipy ) and the one on github this is the output i am getting on the development...

@k-bx I think you may be missing something here. Your second step does not match the regex: Instead of ``` gherkin Then I run server sync at 5:00 ``` You...

Basically the regex inside the step decorator should match the gherkin defined step in the feature file.

Looks legit. It's a bug in the parsing. If the regex matches then it gets the rest of the string as well.

@mattupstate Hi. Thanks for the suggestion. We are working on a rewrite of the parsing method using a more robust structure. We will throw your suggestion in and solve some...

Hello. I would be interested in helping maintaining this repo if possible. In working with lettuce i have learned a lot and i am highly dedicated to testing for the...

@gabrielfalcao : sounds good. I started checking the issues I have 2 pull requests: #413, #414 for issues #58 and #245. Also i would like to close #282, #170 as...