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 f869e088f8 issue #20: tests and fixes for mitogen.master.Select(). 6 years ago
..
data Make log_to_file accept string level rather than logging package constant 6 years ago
README.md Add README.md to tests subdir. 6 years ago
build_docker_image.py Add rsync and git to build_docker_image too. 6 years ago
call_function_test.py Syntax error. 6 years ago
channel_test.py Fix Channel constructor and add simple test; closes #32 6 years ago
fakessh_test.py fakessh: Add integration test for inter-child rsync. 6 years ago
id_allocation_test.py core: add ALLOCATE_ID message for fakessh. 6 years ago
importer_test.py Fix up importer_test. 6 years ago
master_test.py master: make write_all() handle O_NONBLOCK and deadlines. 6 years ago
nested_test.py Import random old test scripts into tests/ dir. 6 years ago
proxy_test.py Make log_to_file accept string level rather than logging package constant 6 years ago
responder_test.py Fixup some more tests. 6 years ago
select_test.py issue #20: tests and fixes for mitogen.master.Select(). 6 years ago
ssh_test.py Simple working fakessh_test. 6 years ago
testlib.py Simple working fakessh_test. 6 years ago
timing_test.py Update lingering references to with_broker & run_with_broker 6 years ago
utils_test.py Update lingering references to with_broker & run_with_broker 6 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!