def test_makecmdoptions_no_cache_auth(self):
-> auth = py.path.SvnAuth('foo', 'bar', cache_auth=False)
assert auth.makecmdoptions() == ('--username="foo" --password="bar" '
'--no-auth-cache')