Commit Graph

7 Commits (265d9f029382da863ae9a7fd259099ec0fcf3466)

Author SHA1 Message Date
David Wilson 2fed3613e9 Syntax error. 6 years ago
David Wilson f01e457d70 Allow running without py.test. 6 years ago
David Wilson 3c8c1f71a6 Update test. 6 years ago
David Wilson bdf4fcfbce Tidy up test. 6 years ago
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.
6 years ago
David Wilson 996d847731 Add some broken tests 6 years ago
David Wilson e75f1d8579 Add call_function_test, fix various exception bugs. 6 years ago