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 a52064a24f core: reordered find_module() test was broken (again)
e81b3bd0652b5eb125eb224ceca281b9d540dd5e

The whitelist check must happen /after/ the other checks, otherwise we
unconditionally retunr self for crap like 'ansible.module_utils.json'.
6 years ago
.travis issue #275: Don't use -U in ansible_tests.sh -- forces paramiko upgrade 6 years ago
ansible_mitogen utils: always enable microsecond logging. 6 years ago
docs parent: python_path setting depends on local or remote 6 years ago
examples Initial Python 3.x port work. 6 years ago
mitogen core: reordered find_module() test was broken (again) 6 years ago
tests tests: remove stray hard-coded interpreter. 6 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 Initial Python 3.x port work. 6 years ago
ChangeLog docs: add initial ChangeLog. 7 years ago
LICENSE Add license text everywhere. 7 years ago
README.md README: move testing bits into tests directory. 7 years ago
dev_requirements.txt issue #275: bump ansible to 2.5.5 6 years ago
preamble_size.py Initial Python 3.x port work. 6 years ago
run_tests issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict 7 years ago
setup.cfg Ignore another annoying flake8 message. 6 years ago
setup.py Initial Python 3.x port work. 6 years ago
tox.ini Fix invocation of test runner by tox 6 years ago

README.md