call site 8 for path.SvnAuth.makecmdoptions
path/svn/testing/test_auth.py - line 73
71
72
73
74
   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')