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.
When Stream.connect() fails, have it just use on_disconnect(). Now there is a single disconnect cleanup path. Remove cutpasted DiagLogStream setup/destruction, and move it into the base class (temporarily), and only manage the lifetime of its underlying FD via Side.close(). This cures another EBADF failure. |
7 years ago | |
|---|---|---|
| .. | ||
| README.md | 7 years ago | |
| stub-doas.py | 7 years ago | |
| stub-docker.py | 7 years ago | |
| stub-kubectl.py | 7 years ago | |
| stub-lxc-attach.py | 7 years ago | |
| stub-lxc-info.py | 7 years ago | |
| stub-lxc.py | 7 years ago | |
| stub-ssh.py | 7 years ago | |
| stub-sudo.py | 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.