コード例 #1
0
 def test_chars(self):
     assert line_count("hello\nword") == 2
コード例 #2
0
ファイル: test_text_utils.py プロジェクト: Autoscan/golismero
 def test_chars(self):
     assert line_count("hello\nword") == 2
コード例 #3
0
 def test_empty_imput(self):
     assert line_count("") == 1
コード例 #4
0
ファイル: test_text_utils.py プロジェクト: Autoscan/golismero
 def test_empty_imput(self):
     assert line_count("") == 1