def test_replacestrings(): """Test the _replacestring function""" assert csv2po.replacestrings("Test one two three", ("one", "een"), ("two", "twee")) == "Test een twee three"