Exemplo n.º 1
0
def test_respond():
    actual = dial_search.respond('マミさんのおっぱい')
    assert_true(list(actual))
    actual = dial_search.respond('我爱你')
    assert_false(list(actual))
Exemplo n.º 2
0
def test_respond():
    actual = dial_search.respond('マミさんのおっぱい')
    assert list(actual)
    actual = dial_search.respond('我爱你')
    assert list(actual) == []
Exemplo n.º 3
0
def test_respond():
    actual = dial_search.respond('マミさんのおっぱい')
    assert list(actual)
    actual = dial_search.respond('我爱你')
    assert list(actual) == []