b3j0f.utils.ut module

Unit tests tools.

class b3j0f.utils.ut.UTCase(*args, **kwargs)[source]

Bases: unittest.case.TestCase

Class which enrichs TestCase with python version compatibilities.

assertNotRegex(text, regexp, msg=None)[source]
assertRegex(text, regexp, msg=None)[source]