Exemplo n.º 1
0
def test_get_function():
    assert todo.get_function("new") == todo.create_todo
    print("Ok-get_function.")
Exemplo n.º 2
0
def test_get_function():
    assert todo.get_function('new') == todo.create_todo
    print "ok - get_function"  
Exemplo n.º 3
0
def test_get_function():
    assert todo.get_function("new") == todo.create_todo
    print("Ok-get_function.")