Denys Skrytskyi

Results 5 comments of Denys Skrytskyi

@ And how to connect Database ? How it looks like in FeatureContext ? function () { new Kernel ....

@karge-itestra I have added a comment to your PR. Thank you for finishing this work in advance.

@wing328 @karge-itestra Can you also include something similar for `model_oneof.mustache`? ``` # handle list if isinstance(self.actual_instance, list): return [item.to_dict() for item in self.actual_instance] ```