Example #1
0
def test_notStringContainingR_2():
    assert notStringContainingR("super") == False
Example #2
0
def test_notStringContainingR_1():
    assert notStringContainingR("word") == False
Example #3
0
def test_notStringContainingR_4():
    assert notStringContainingR("") == True
Example #4
0
def test_notStringContainingR_5():
    assert notStringContainingR(3.14) == True
Example #5
0
def test_notStringContainingR_3():
    assert notStringContainingR("ReEl") == False