Teemu
Teemu
I am not sure if this is worth debugging if it works for 99% terminals. I am totally open if anyone wants to do a proper investigation why this happens...
@Sup3rGeo You might wanna take a look into https://github.com/Frozenball/pytest-sugar/pull/49#issuecomment-146567670
There was a problem showing skipped tests but it's now fixed. The short test summary info is now shown but it's not very pretty (that's for another weekend).
> Also, I've noticed a difference between using --nosugar and -p no:sugar: --nosugar would still display ⚫✓ instead of just s?! `--nosugar` is deprecated and will be removed.
PYTHONUNBUFFERED?
Or do you mean just the fact that nothing gets displayed before test is ran (i.e. is this related to Docker)?
In my use cases I usually just want to jump into the file rather than running it again with pytest so the line number next to the filename is really...
This is probably long time coming 😃. Although I wouldn't yet remove Python 3.6 support as my general guideline here is to support last two Ubuntu LTS releases.
I don't think it's by design, more like a case where I can't keep up with all the pytest flags :)
@xanderfrangos That's certainly a valid use case and I agree it could be an optional setting somewhere. Alternatively, I would be happy if the option to save images locally would...