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/data
Alex Willmer 3831ac360f Replace all calls to file() with open()
Although these are synonyms in Python 2.x, when using MyPy to typecheck
code use of file() causes spurious errors.

This commit also serves as one small step to Python 3.x compatibility,
since 3.x removes the file() builtin.
6 years ago
..
docker Import Docker build script for integration tests 6 years ago
module_finder_testmod Beginnings of module_finder_test 6 years ago
simple_pkg Initial commit. 6 years ago
six_brokenpkg Initial commit. 6 years ago
webproject Make log_to_file accept string level rather than logging package constant 6 years ago
fakessh.py Initial commit. 6 years ago
id_allocation.py Keep allocate_id() in the enhanced router class. 6 years ago
iter_read_generator.sh core: Make iter_read() handle deadline (and non-blocking IO) properly 6 years ago
plain_old_module.py Replace all calls to file() with open() 6 years ago
self_contained_program.py Fixup some more tests. 6 years ago
write_all_consumer.sh master: make write_all() handle O_NONBLOCK and deadlines. 6 years ago