tests.tools_formatter_tests module#
Tests for the pywikibot.tools.formatter
module.
- class tests.tools_formatter_tests.TestColorFormat(*args, **kwargs)[source]#
Bases:
DisableSiteMixin
,DeprecationTestCase
Test color_format function in bot module.
- class DummyUnicode[source]#
Bases:
object
Dummy class that __str__ returns a non-ASCII Unicode value.
- abstract_class = False#