kopia lustrzana https://github.com/micropython/micropython-lib
unittest: test_unittest: Typo fix.
rodzic
fca89f65c7
commit
965e25ce89
|
@ -109,7 +109,7 @@ class TestUnittestAssertions(unittest.TestCase):
|
||||||
|
|
||||||
@unittest.skip("test of skipping")
|
@unittest.skip("test of skipping")
|
||||||
def testSkip(self):
|
def testSkip(self):
|
||||||
self.assertFail("this should be skipped")
|
self.fail("this should be skipped")
|
||||||
|
|
||||||
def testAssert(self):
|
def testAssert(self):
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue