def test_makecmdoptions_quote_escape(self):
-> auth = py.path.SvnAuth('fo"o', '"ba\'r"')
assert auth.makecmdoptions() == '--username="fo\\"o" --password="\\"ba\'r\\""'