JeroenDelcour / tplot

A library for creating text-based graphs in the terminal
MIT License
167 stars 3 forks source link

Fix reference figure tests on Windows #11

Closed JeroenDelcour closed 2 years ago

JeroenDelcour commented 2 years ago

Reference figure tests are failing, presumably because the ANSI escape characters for colors will be different on Windows.

I guess there will have to be a separate set of reference figures for Windows.

JeroenDelcour commented 2 years ago

On second thought, Windows tests are only to make sure that Colorama works. It makes little sense to duplicate their tests. In any case, since Colorama replaces ANSI escape characters with win32 codes, which AFAIK can't be written as text to a file, so testing automatically reference figures with color would be impossible on Windows anyway.

Better to not do testing on Windows at all.