Exemplo n.º 1
0
 def dummy_test():
   asserts.is_true(False)
Exemplo n.º 2
0
def test_is_true_fail(value):
    with asserts.expect_exception(AssertionError):
        asserts.is_true(value)
Exemplo n.º 3
0
def test_is_true_ok(value):
    asserts.is_true(value)
Exemplo n.º 4
0
 def dummy_test():
     asserts.is_true(False)
Exemplo n.º 5
0
def test_is_true_fail(value):
    with asserts.expect_exception(AssertionError):
        asserts.is_true(value)
Exemplo n.º 6
0
def test_is_true_ok(value):
    asserts.is_true(value)