haf / expecto

A smooth testing lib for F#. APIs made for humans! Strong testing methodologies for everyone!
Apache License 2.0
663 stars 96 forks source link

ColourLevel can only be set once #481

Open farlee2121 opened 7 months ago

farlee2121 commented 7 months ago

I'm trying to improve the experience in interactive environments, and I noticed that ANSIOutputWriter.setColourLevel only allows setting once. This means the colour setting is only respected on the first call to a runTests* method, unless the process is restarted.

It looks like @AnthonyLloyd worked on this. Do you remember why it works that way?