evennia.contrib.base_systems.color_markups.tests¶
Test Color markup.
-
class
evennia.contrib.base_systems.color_markups.tests.
TestColorMarkup
(methodName='runTest')[source]¶ Bases:
evennia.utils.test_resources.BaseEvenniaTest
Note: Normally this would be tested by importing the ansi parser and run the mappings through it. This is not possible since the ansi module creates its mapping at the module/class level; since the ansi module is used by so many other modules it appears that trying to overload settings to test it causes issues with unrelated tests.