Mirror of mitogen
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.
 
 
 
Go to file
David Wilson 6aeb4e9f05 issue #164: precisely emulate Ansible's stdio behaviour.
* Use identical logic to select when stdout/stderr are merged, so
  'stdout', 'stdout_lines', 'stderr', 'stderr_lines' contain the same
  output before/after the extension.

* When stdout/stderr are merged, synthesize carriage returns just like
  the TTY layer.

* Mimic the SSH connection multiplexing message on stderr. Not really
  for user code, but so compare_output_test.sh needs fewer fixups.
8 years ago
.travis issue #164: fix remote_tmp handling on <2.5 8 years ago
ansible_mitogen issue #164: precisely emulate Ansible's stdio behaviour. 8 years ago
docs issue #164: precisely emulate Ansible's stdio behaviour. 8 years ago
examples issue #164: split "examples" out into regression/integration tests. 8 years ago
mitogen issue #106: add Service.__repr__, reply to bad calls 8 years ago
tests issue #164: precisely emulate Ansible's stdio behaviour. 8 years ago
.gitignore Ignore compiled Python files 8 years ago
.lgtm.yml compat: ignore LGTM checks on third party 8 years ago
.travis.yml issue #164: convert "examples" into actual tests 8 years ago
LICENSE Add license text everywhere. 8 years ago
README.md README: move testing bits into tests directory. 8 years ago
dev_requirements.txt tests: Add coverage as a dev requirement 8 years ago
preamble_size.py Fix preamble_size.py. 8 years ago
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 8 years ago
setup.cfg tests: Switch to unit2 test runner, with coverage 8 years ago
setup.py setup: Scan project dir to find packages 8 years ago
tox.ini tests: Switch to unit2 test runner, with coverage 8 years ago

README.md