Adapt SybilItem.getparent to handle Session objects#5
Adapt SybilItem.getparent to handle Session objects#5cjw296 merged 2 commits intosimplistix:masterfrom
Conversation
Initial attempt to fix pytest-dev/pytest#2979
This reverts commit ec1572d.
|
@cjw296 it seems the error reported in pytest-dev/pytest#2979 is fixed, but the failures are now different... not sure how to proceed, would appreciate your advice. |
|
@nicoddemus - the remaining failures were in tests that make sure the output of running sybil tests under pytest is as helpful as possible. Looks like 3.3 changed that output, so I had to fix in 487c860. Kind of surprised that's not a command line option? That kind of progress reporting is really unpleasant when using CI tools like Jenkins. |
IMHO it looks nice, except perhaps if you are using For example pytest's own test run looks nice: https://travis-ci.org/pytest-dev/pytest/jobs/309237898 If people really would like to change the default back, it is certainly something we can do in a future release if more people prefer it. |
|
@nicoddemus - I was referring to the need to do this: ...in |
|
Oh I see. There's the If this is something people would like to do on the command-line frequently we can surely consider adding an explicit option for it. Decided to introduce only an ini option for now and see if the demand arises (after all is easy to add an option, but much more complex to remove it later). |
Initial attempt to fix pytest-dev/pytest#2979