Sylvain Marié

Results 299 comments of Sylvain Marié

Thanks for the feedback ! I managed to reproduce this and fix it. It was actually not related to the stub file presence but to the type hint of the...

This is all in `5.1.0` that should ship in a few minutes when travis has done processing. Let me know how it goes ! Thanks again for the feedback

Thanks @joetristano for the kind words! Indeed currently one way to do this is for example to create a `my_results_dumper` fixture: ```python @fixture def my_results_dumper(results_bag, request): """A fixture to dump...

Hi @EitanBe , thanks for asking ! Currently the lib supports `pytest-xdist` only. Since all workers live in separate processes the current way to "regroup" the results is to use...

@EitanBe , is this topic still of interest ? Did you make any progress ?

Thanks @jtojnar ! Closing/Reopening PR to see the result of the CI

Thanks @phnmn for reporting this issue ! I guess that pytest-rerunfailures does not change the test node id when re-running tests ? Indeed we currently have a protection against the...

> I can't figure out what case you want to avoid with this protection. I think that this was more of a way for me to check that the storage...

Great stuff @larsoner ! Thanks so much for spending time to work on this. I'll switch the backend to vitualenv first, so I'll start from this PR https://github.com/smarie/python-pytest-harvest/pull/70 Then I'll...

I merged the PR to release a first version 1.10.5 with some of your fixes and others. I am now totally in favour of moving forward with your proposals (python...