Sylvain Marié

Results 299 comments of Sylvain Marié

Thanks @TheCaffinatedDeveloper for reporting this issue ! And sorry for the delay in responding. I was not able to reproduce the issue based on the provided code. I had to...

Hi both, thanks a lot @junuMoon for finding this issue and @AlmogBaku for finding a solution ! I cannot reproduce the issue on my side, so @junuMoon can you please...

@junuMoon or @AlmogBaku any update on this ? - can you reproduce the initial issue still ? - if so, does PR #75 fix it for you ?

You might have fell in the classic fixture-parameter trap from pytest : https://github.com/smarie/python-pytest-cases/issues/235 this is why I pinned that issue at the top of the repo ;) In pytest, it...

Hello @michele-riva, and deeply sorry for not having answered earlier ! If I understand well, your decorator applies the provided tags to all case functions in the class. Kudos for...

See https://github.com/smarie/python-pytest-cases/issues/186#issuecomment-2959619264

Hi @AlbertoRFer , thanks for your interesting question ! It seems that you would like to de-couple the cases from the parameter of the cases. My naive proposal would be...

Hi @last-partizan , I looked at your PR and slightly improved it. Now my problem is that the test does not seem to run at all :) Could it be...

The failing tests are due to a problem in typing extension with python 3.7. Apparently they forgot to declare that the latest release of typing extensions was not compliant with...

Hi @michele-riva , just a note that I removed the legacy pythons from the CI/CD so if you simply update the branch it should now run fine.