Tyler Lendon

Results 3 issues of Tyler Lendon

Issue #2606 described a inconsistency in how color=True works between Operating Systems. This is because ANSI styles can't always be applied to different terminals on windows. This did not cause...

PR #2729 was not resetting `_compat.should_strip_ansi` after replacing it with the mocked version. So the full pytest causes `test_echo_color_flag` to fail for windows machines. Run pytest on `test_utils.py` with a...

Adds missing `_compat.should_strip_ansi` reset back to the original version of the function. fixes #2732 - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without...