示例#1
0
def test_get_function():
    assert todo.get_function("new") == todo.create_todo
    print("Ok-get_function.")
示例#2
0
def test_get_function():
    assert todo.get_function('new') == todo.create_todo
    print "ok - get_function"  
示例#3
0
def test_get_function():
    assert todo.get_function("new") == todo.create_todo
    print("Ok-get_function.")