You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/data/stubs
David Wilson 16ca111ebd ssh: better OpenSSH 7.5+ permission denied handling
The user@host prefix in new-style OpenSSH messages unfortunately takes
the host part from ~/.ssh/config and friends. There is no way to know
which hostname will appear in this string without parsing the OpenSSH
config, nor which username will appear.

Instead just regex it.

Add SSH stub modes to print the new/old errors and add some simple
tests.

This extends the work done in b9112a9cbb
7 years ago
..
README.md tests: import a bunch more random unchecked in pieces. 7 years ago
docker.py tests: move stub tools, into subdir, import docker_test. 7 years ago
lxc-attach.py tests: move stub tools, into subdir, import docker_test. 7 years ago
lxc.py tests: move stub tools, into subdir, import docker_test. 7 years ago
ssh.py ssh: better OpenSSH 7.5+ permission denied handling 7 years ago

README.md

tests/data/stubs/

Dummy implementations of various third party tools that just spawn local Python interpreters. Used to roughly test the tools' associated Mitogen classes.