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