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 e119058d9b issue #182: ensure connection is reset during with_items.
Elements of a with_items loop reuse one WorkerProcess to execute every
iteration, requiring us to reset Connection's idea of the connection on
each iteration, otherwise the tasks will erroneously execute in the
wrong context.
7 years ago
.travis issue #164: teach debops_tests.sh to use SSH 7 years ago
ansible_mitogen issue #182: ensure connection is reset during with_items. 7 years ago
docs core: don't deregister Router handles until Broker exit. 7 years ago
examples issue #164: split "examples" out into regression/integration tests. 7 years ago
mitogen issue #16: initial smorgasbord of 3.x fixes. 7 years ago
tests issue #159: lots more test users. 7 years ago
.gitignore docs: fix intensely annoying _prefix, 2 years later. 7 years ago
.lgtm.yml compat: ignore LGTM checks on third party 7 years ago
.travis.yml issue #164: convert "examples" into actual tests 7 years ago
LICENSE
README.md README: move testing bits into tests directory. 7 years ago
dev_requirements.txt tests: Add coverage as a dev requirement 7 years ago
preamble_size.py Merge branch 'master' into eye-of-the-token-its-the-thrill-of-the-light 7 years ago
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 7 years ago
setup.cfg tests: Switch to unit2 test runner, with coverage 7 years ago
setup.py setup: Scan project dir to find packages 7 years ago
tox.ini tests: Switch to unit2 test runner, with coverage 7 years ago

README.md