Exemple #1
0
 def test_chars(self):
     assert line_count("hello\nword") == 2
 def test_chars(self):
     assert line_count("hello\nword") == 2
Exemple #3
0
 def test_empty_imput(self):
     assert line_count("") == 1
 def test_empty_imput(self):
     assert line_count("") == 1