call site 5 for path.SvnAuth.__init__
path/svn/testing/test_auth.py - line 83
81
82
83
84
85
   def test_makecmdoptions_no_interactive_no_cache_auth(self):
       auth = py.path.SvnAuth('foo', 'bar', cache_auth=False,
->                            interactive=False)
       assert auth.makecmdoptions() == ('--username="foo" --password="bar" '
                                        '--no-auth-cache --non-interactive')