mitogen/tests
David Wilson c83d86f050 importer: Delete _get_module_via_parent entirely
Can't figure out what it's supposed to do any more, and can't find a
version of Ansible before August 2016 (when I wrote that code) that
seems to need it.

Add some more mitigations to avoid sending dylibs.
2017-10-08 16:33:04 +05:30
..
data Beginnings of module_finder_test 2017-10-02 13:54:01 +05:30
README.md Add README.md to tests subdir. 2017-09-22 23:46:35 +05:30
build_docker_image.py Add rsync and git to build_docker_image too. 2017-09-17 21:07:32 +05:30
call_function_test.py core: More robust shutdown 2017-10-03 16:35:12 +05:30
channel_test.py Fix importer_test constructor signature. 2017-10-01 15:30:43 +05:30
fakessh_test.py fakessh: Add integration test for inter-child rsync. 2017-09-21 16:46:30 +05:30
id_allocation_test.py Fix importer_test constructor signature. 2017-10-01 15:30:43 +05:30
importer_test.py Fix importer_test constructor signature. 2017-10-01 15:30:43 +05:30
local_test.py Fix context naming for sudo and via=. 2017-09-29 16:04:09 +05:30
master_test.py Simple scan_code_imports test. 2017-09-30 13:55:41 +05:30
module_finder_test.py importer: Delete _get_module_via_parent entirely 2017-10-08 16:33:04 +05:30
nested_test.py frameworkize nested_test. 2017-10-02 13:56:02 +05:30
responder_test.py Allow running responder_test with unittest. 2017-09-28 14:37:27 +05:30
select_test.py receiver: only permit one notify callback 2017-09-28 10:58:57 +05:30
ssh_test.py Fix context naming for sudo and via=. 2017-09-29 16:04:09 +05:30
testlib.py Try to be compatible with older Docker daemons; (hopefully) closes #46 2017-10-05 05:03:57 +05:30
utils_test.py Let utils_test run directly too. 2017-10-02 14:36:36 +05:30

README.md

Warning

This directory is full of disorganized crap, including random hacks I checked in that I'd like to turn into tests. The effort to write tests only really started in September 2017. Pull requests in this area are very welcome!