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