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 be9e55fe8c pickle: support Context(), use same unpickler everywhere.
* Support passing Context() objects in function calls and return values.
  Now the fakessh demo from the documentation index would work
  correctly.

* Since slaves can communicate with each other now, they should also use
  the same approach to unpickling as the master already used. Collapse
  away all the unpickle extension crap and hard-wire just the 3 types
  that support unpickling.
8 years ago
..
data Initial commit. 8 years ago
call_function_test.py pickle: support Context(), use same unpickler everywhere. 8 years ago
fakessh_test.py Import random old test scripts into tests/ dir. 8 years ago
importer_test.py Initial commit. 8 years ago
nested_test.py Import random old test scripts into tests/ dir. 8 years ago
proxy_test.py Import random old test scripts into tests/ dir. 8 years ago
responder_test.py Initial commit. 8 years ago
ssh_test.py Initial commit. 8 years ago
testlib.py Initial commit. 8 years ago
timing_test.py Initial commit. 8 years ago
utils_test.py Initial commit. 8 years ago