jelmer / dulwich

Pure-Python Git implementation
https://www.dulwich.io/
Other
2.06k stars 395 forks source link

tests for paramiko SSH implementation #364

Open jelmer opened 9 years ago

jelmer commented 9 years ago

There are currently no tests for the Paramiko SSH support in Dulwich, leading to bugs like #363. We should add some.

jelmer commented 9 years ago

The Paramiko SSH Vendor has been moved to dulwich/contrib, making this issue somewhat less important.

jelmer commented 6 years ago

Replying to the comments by @friz-zy in https://github.com/dulwich/dulwich/pull/615:

There is currently no end-to-end test for SSH with a real SSH server, since this is tricky to do (e.g. involves depending on openssh installation).

Ideally, tests for paramiko would be end to end tests that simply used the paramiko SSH server implementation; depending on external network connectivity is a problem.