Emre Erkunt

Results 114 comments of Emre Erkunt

Thanks! Lets track the issue there.

Just to give more information, I am currently handling this on my local by changing https://github.com/radish-bdd/radish/blob/14b84219499be82b448bbd5262bcdf8a237617ad/radish/stepmodel.py#L151-L156 to ```python else: if self.state is Step.State.SKIPPED: self.skip() elif self.failure is not None: self.state...

Hi @fliiiix, Yes, I am using `--wip` in many places, but it is not fulfilling my requirement. I don't want `exit code` to be changed (or let's say reversed with...

Hello, Any suggestions/hope about this ? Since I need to release 1.1.0 as soon as possible, I think I will fork `13.1` and create a `13.1_tc` version specifically for `terraform-compliance`....

Thinking about that, it is a bad idea. Let's not create duplicate packages in PyPI for just few lines. Will wait for your answer.

Hello guys, It has been a while, don't want to push you really, but we are still waiting an update from you to trigger a new release.

Hello @timofurrer, Thanks for the attention :) Let me try to explain the situation. As you may know we use `radish-bdd` in `terraform-compliance`. Normally when you create a Scenario, it...

I will try to override, mock, patch something for the `radish.stepmodel.Step` within `0.13.1` till we have an agreement (or implementation) :)

Hello, sorry for having this issue. When you use a `plan.out` file generated by terraform directly via `terraform plan -out=plan.out`, `terraform-compliance` executes `terraform` again to convert it to a JSON...

Actually, this is a very good idea. I avoided that option years ago as creating a static binary package with Python was not really that good. Let me have a...