Simon K

Results 69 comments of Simon K
trafficstars

Hi, you can simply generate an `environment.properties` file yourself as part of the test run and drop it into `allure-results`

I know the problem you are facing, occasionally a worker comes online with both MainThread and _DummyThread, I learned this the hard way using interrupting-cow, we just rolled our own...

for the session fixture / run once problem, you should write a lock file and have one process do the run-once type code after it creates the lock file, have...

@RonnyPfannschmidt / @nicoddemus any recommendations on where the fix should live? but where do we draw the line here? a few queries from my initial investigation: - _pytest/python.py (add some...

ok I will mock something up and discuss via PR, I think we have a few areas where maybe we should consider a --windows based flag that does a couple...

struggling to warn here using warnings.warn / item.warn inside _idva, think its because this is happening during collection. Also unsure what to do with ids=[] value(s) regarding this

> I think it's a good idea to avoid excessively long IDs. > > _But_, I think that if the user _explicitly_ provides a long ID, we should not forfeit...

Swapping from lambda to attrgetter is maybe over zealous for no gain really and an extra import, thoughts on that? Leaning towards putting the lambda back here. Negligible perf gain...

@nicoddemus / @bluetech thanks for the reviews here, ultimately I am not happy merging something tested like this into `main`, i think it will be an injustice later and create...