Sylvain Marié

Results 299 comments of Sylvain Marié

Hi @AlmogBaku , I am waiting for a way to ensure this fixes the issue, I was expecting a confirmation from @junuMoon https://github.com/smarie/python-pytest-harvest/issues/72#issuecomment-2382829538

I tested this today but ran into another error (#84 )

The problem here @schlegelp is that the currently inserted header is quite useful : as you can see in the `EXAMPLE_HEADER` variable used in the below piece of code, it...

Nice ideas @schlegelp ! I like option 2, and it can even be made generic with a common prefix (everything after the option prefix would be considered a piece of...

Thanks for this quick and detailed answer ! I did not know about `bulk_extend`. I will try it. > What we might do is implement them only for in-memory storage...

Thanks a lot for reporting this issue and providing a workaround @rdctmeconomou ! I'll have a look asap when I can find some time

Thanks @Viicos for the fast answer ! > Not sure what you mean by add a description text to the adapted class It is just about having the ability to...

current workaround is to use [enum-tools](https://enum-tools.readthedocs.io/en/latest/api/autoenum.html#demo) but it is a bit sad to have to decorate all enum classes with `@enum_tools.documentation.document_enum` in order to show proper doc.