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.
mitogen/tests
David Wilson 828f60351b 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.
8 years ago
..
data Beginnings of module_finder_test 8 years ago
README.md
build_docker_image.py
call_function_test.py core: More robust shutdown 8 years ago
channel_test.py Fix importer_test constructor signature. 8 years ago
fakessh_test.py
id_allocation_test.py Fix importer_test constructor signature. 8 years ago
importer_test.py Fix importer_test constructor signature. 8 years ago
local_test.py
master_test.py
module_finder_test.py importer: Delete _get_module_via_parent entirely 8 years ago
nested_test.py frameworkize nested_test. 8 years ago
responder_test.py
select_test.py
ssh_test.py
testlib.py Try to be compatible with older Docker daemons; (hopefully) closes #46 8 years ago
utils_test.py Let utils_test run directly too. 8 years ago

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!