Пример #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.")