mitogen/tests
David Wilson 1a48e37981 Allow running responder_test with unittest. 2017-09-28 14:37:27 +05:30
..
data Make log_to_file accept string level rather than logging package constant 2017-09-21 16:36:44 +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 Syntax error. 2017-09-22 13:37:50 +05:30
channel_test.py Fix Channel constructor and add simple test; closes #32 2017-09-18 14:34:05 +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 core: add ALLOCATE_ID message for fakessh. 2017-09-18 15:37:21 +05:30
importer_test.py Fix up importer_test. 2017-09-25 05:20:50 +05:30
master_test.py master: make write_all() handle O_NONBLOCK and deadlines. 2017-09-21 15:57:32 +05:30
nested_test.py Import random old test scripts into tests/ dir. 2017-09-16 15:36:08 +05:30
proxy_test.py Make log_to_file accept string level rather than logging package constant 2017-09-21 16:36:44 +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 Simple working fakessh_test. 2017-09-17 21:19:06 +05:30
testlib.py issue #20: TestCase subclass with a nicer assertRaises 2017-09-27 13:56:19 +05:30
timing_test.py Update lingering references to with_broker & run_with_broker 2017-09-21 19:59:53 +01:00
utils_test.py Update lingering references to with_broker & run_with_broker 2017-09-21 19:59:53 +01:00

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!