concurrency examples

This commit is contained in:
Luciano Ramalho
2015-02-02 14:07:35 -02:00
parent ab6ce5b6a4
commit 70163d2deb
13 changed files with 131 additions and 56 deletions

View File

@@ -43,7 +43,8 @@ def test_find_word_1_match(sample_index):
def test_find_word_1_match_character_result(sample_index):
res = [name(char) for char in sample_index.find_chars('currency')]
res = [name(char) for char in
sample_index.find_chars('currency').items]
assert res == ['EURO-CURRENCY SIGN']