fix bug with nonskipped first test in package#5831
fix bug with nonskipped first test in package#5831nicoddemus merged 3 commits intopytest-dev:masterfrom
Conversation
|
great job at sorting this one aout and creating a working first implementation at first glance it would still create duplicate markers on the module the problem here is that the package object really should be the parent of the tests collected by the module however as things are, we have a package and a module, and the module has the markers so while the collection node tree structure is as it is now, |
|
@RonnyPfannschmidt, If I understand correctly, you talked about the case when |
6e5538b to
5cefcb2
Compare
|
@zefirior @RonnyPfannschmidt |
nicoddemus
left a comment
There was a problem hiding this comment.
Thanks a lot @zefirior!
@RonnyPfannschmidt could you give the final word here? thanks!
|
Thanks for review! I will be happy to help you in the future. |
|
just a heads up, I'm looking to revert this in #6197 (at least temporarily) as it caused some regressions |
Issue #5830
Fix fail skipping the first test in package marked as
skip