Esempio n. 1
0
 def test_chars(self):
     assert word_count("hello\nworld\t\n") == 2
Esempio n. 2
0
 def test_chars(self):
     assert word_count("hello\nworld\t\n") == 2
Esempio n. 3
0
 def test_empty_imput(self):
     assert word_count("") == 0
Esempio n. 4
0
 def test_empty_imput(self):
     assert word_count("") == 0