Is there a way to disable all the ANSI escape characters for terminal formatting? For example:
�[1m�[30m| �[1m�[30massert �[0m�[1m�[30m�[41msum�[0m�[1m�[30m(2, 3) == 4: "Invalid test";�[0m
�[1m�[31mcannot find symbol�[0m
�[1m�[31m symbol: method sum(int,int)�[0m
Thanks!