Oleg Pidsadnyi

Results 36 comments of Oleg Pidsadnyi

@PatrickMassot Very nice, however I have a small question about how do you pass the datatable value. Please have a look

I'll have a look when I have more time

I didn't use them yet for my projects :) Need to do some investigation

To be honest I don't really understand why do we need gettext for 11 keywords. This seems like an overkill. Another point is the current language. I think this should...

The whole point is to be compatible with the cucumber? To let people use pytetst instead of cucumber? Then the language support is like this: https://cucumber.io/docs/gherkin/reference/#spoken-languages #language header, and only...

That's right. I actually started working on a project called alchemyboy time ago. The idea is to generate factories based on the model. pytest-factoryboy can't be responsible for introspection of...

You can try fixing it for your project for now. https://github.com/olegpidsadnyi/alchemyboy/blob/master/alchemyboy/base.py#L27 So basically you need a metaclass and a base class for model factories that will generate base attributes with...

Do you mean if you have a shallow factory like one above and then if you pass any of the arguments during creation of an object like BookFactory(title="bla") it works?...

Do you mean having possibility to translate: "Feature, Background, Scenario, Given, When, Then, And"? Can you provide some links where i can see how does it look like?