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