pytest-dev / py

Python development support library (note: maintenance only)
MIT License
67 stars 106 forks source link

Correct terminal size on Windows and >= py33 #201

Closed Victorious3 closed 5 years ago

Victorious3 commented 5 years ago

Closes #174 @nicoddemus Should work correctly but since pytest is spamming me with deprecation warnings left and right I've only tested it manually. There are various ways of getting the correct console width pre 3.3 but this should be good enough. (Stop being stuck on ancient python versions!)

nicoddemus commented 5 years ago

Thanks @Victorious3! I fixed the test and added a CHANGELOG entry. 👍