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 849ccebe04 receiver: only permit one notify callback
There is no point spamming a list for every function call, there is no
use case where multiple notify callbacks would be useful.
7 years ago
..
data Make log_to_file accept string level rather than logging package constant 7 years ago
README.md Add README.md to tests subdir. 7 years ago
build_docker_image.py Add rsync and git to build_docker_image too. 7 years ago
call_function_test.py Syntax error. 7 years ago
channel_test.py Fix Channel constructor and add simple test; closes #32 7 years ago
fakessh_test.py fakessh: Add integration test for inter-child rsync. 7 years ago
id_allocation_test.py core: add ALLOCATE_ID message for fakessh. 7 years ago
importer_test.py Fix up importer_test. 7 years ago
master_test.py master: make write_all() handle O_NONBLOCK and deadlines. 7 years ago
nested_test.py Import random old test scripts into tests/ dir. 7 years ago
proxy_test.py Make log_to_file accept string level rather than logging package constant 7 years ago
responder_test.py Fixup some more tests. 7 years ago
select_test.py receiver: only permit one notify callback 7 years ago
ssh_test.py Simple working fakessh_test. 7 years ago
testlib.py issue #20: TestCase subclass with a nicer assertRaises 7 years ago
timing_test.py Update lingering references to with_broker & run_with_broker 7 years ago
utils_test.py Update lingering references to with_broker & run_with_broker 7 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!