brodriguez8774 / django-expanded-test-cases

Extends the existing Django TestCase class with extra functionality.
MIT License
2 stars 0 forks source link

assertText() Colorization Display Breaks when Examined Text is Itself Colored #20

Open brodriguez8774 opened 1 year ago

brodriguez8774 commented 1 year ago

So far, text handling has assumed the passed text is uncolored.

Expected/Actual match/mismatch coloring breaks in such a case. IE: If passed text to check has coloring already, there is a good chance it will break/override the assertText coloring.