Sylvain Marié
Sylvain Marié
Your last message is simply due to conda not being installed. However for the first message, this is a structure problem as in pytest-cases, I'll have to adopt the src/tests...
conda is used to ensure reproducible multi-python-version builds in all my python repositories. Historically (a few years back) it was the only system able to get reliable builds across platforms...
> it would be to move such tests one layer above plan test suite execution what do you mean ? I plan to do with this repo the same as...
Probably during summer I will do this one and pytest-harvest. A bit hard to find time :( If you have the possibility to propose a PR following the one I...
Note that we can simply repeat what was done here: https://github.com/smarie/python-yamlable/pull/17
Hello @uriva I am deeply sorry to only see your message just now. With github switching to the "new notifications experience" it seems that a few notifications got lost in...
Hi @uriva , did the above answer work for you ?
Ok I understand your problem : you would like the frame in the stack trace to be available with the appropriate name. So with the code below and putting a...
I propose to add a `mode` argument instead, and to provide a helper companion `as_generator` function. ```python def create_wrapper(f): # use the helper to always have a generator genf =...
Very nice proposal @lucaswiman ! It seems that your test code is not compliant with python 2, 3.5, and 3.6, mostly because you use dataclasses and type hints in the...