Commit Graph

69 Commits (cfb8a3897764e80526f4322bf2312b62ec20a8d7)

Author SHA1 Message Date
David Wilson 6e3f0702a3 A few more mitogen.slave/master changes 7 years ago
David Wilson 8f08aa4fc8 Tidy up test. 7 years ago
David Wilson 066b39d570 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.
7 years ago
David Wilson ef86b68dcd Import random old test scripts into tests/ dir. 7 years ago
David Wilson 1888c5c660 Add some broken tests 7 years ago
David Wilson 4e51f516a6 Add call_function_test, fix various exception bugs. 7 years ago
David Wilson 10c0dca24c Apply package rename to tests 7 years ago
David Wilson 4de557d304 Somre more basic tests. 8 years ago
David Wilson ba85638c78 Module __file__ fixes. 8 years ago
David Wilson 2e675c47a1 Beginnings of Django integration test project/app. 8 years ago
David Wilson 3535e45245 Broken SSH unit test. 8 years ago
David Wilson ff903b1bcd Rearrange docs, split connection methods into submodules. 8 years ago
David Wilson 481ae1a933 Implement Importer.get_filename() and Importer.get_source()
Optional importer protocols required for Python to display annotated
tracebacks.
8 years ago
David Wilson 9e68408597 Draft importer tests. 8 years ago
David Wilson 799cd173c6 One more test case. 8 years ago
David Wilson 301972bc57 Restructure module importer to cope with Ansible. 8 years ago
David Wilson 66f92ad44c Initial couple of tests. 8 years ago
David Wilson d573340d5f Remove old draft test. 8 years ago
David Wilson e1236f857a Perms, move tests 8 years ago