python-pytest-cases icon indicating copy to clipboard operation
python-pytest-cases copied to clipboard

WIP: Work on pytest 8

Open larsoner opened this issue 1 year ago • 1 comments
trafficstars

Work in progress to make things work with pytest 8. @smarie feel free to close or take over!

larsoner avatar Feb 20 '24 19:02 larsoner

Thanks @larsoner , I took it and made a few small steps in #335

I'm still not there, the pile of awful hacks I had to do to introduce fixture unions is perturbated with the way fixtures/params are handled in the new pytest 8. I added a TODO with names of two test files that could be relevant (and activated the DEBUG mode) but not sure this will be understandable enough... I'll see if I can work again on this in the upcoming days/weeks

smarie avatar Mar 02 '24 15:03 smarie

Done in #335 based on your first draft, then merged and released. Thanks a lot @larsoner !

smarie avatar Mar 08 '24 21:03 smarie