kopia lustrzana https://github.com/micropython/micropython-lib
unittest: Add TextTestRunner as alias for TestRunner.
For CPython compatibility. Signed-off-by: Paul Sokolovsky <pfalcon@users.sourceforge.net>pull/488/head
rodzic
5a53a75ec1
commit
ac282d861e
|
@ -243,6 +243,9 @@ class TestRunner:
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|
||||||
|
TextTestRunner = TestRunner
|
||||||
|
|
||||||
|
|
||||||
class TestResult:
|
class TestResult:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.errorsNum = 0
|
self.errorsNum = 0
|
||||||
|
|
Ładowanie…
Reference in New Issue