コード例 #1
0
def test_replacestrings():
    """Test the _replacestring function"""
    assert csv2po.replacestrings("Test one two three", ("one", "een"),
                                 ("two", "twee")) == "Test een twee three"
コード例 #2
0
ファイル: test_csv2po.py プロジェクト: Veterini/translate
def test_replacestrings():
    """Test the _replacestring function"""
    assert csv2po.replacestrings("Test one two three",
                                 ("one", "een"),
                                 ("two", "twee")) == "Test een twee three"