David Wilson
32d029ed75
Add test that hangs the main thread during shutdown.
7 years ago
David Wilson
3285fc2f75
Implement test_aborted_on_local_context_disconnect
7 years ago
David Wilson
dfe68b33d6
Handle docker running on localhost.
7 years ago
David Wilson
bee1a86aa1
Let utils_test run directly too.
7 years ago
David Wilson
690ee6dbe2
Fix select_test failure, remove crap old timing_test.
7 years ago
David Wilson
9c8ff7ecf6
Remove proxy_test (duplicates sudo_test)
7 years ago
David Wilson
f22d05a7ad
frameworkize nested_test.
7 years ago
David Wilson
15bf0f54e2
Beginnings of module_finder_test
7 years ago
David Wilson
d17af194b5
Fix importer_test constructor signature.
7 years ago
David Wilson
2454dcc990
core: loosen assertion to allow fakessh_test to succeed.
7 years ago
David Wilson
bc801bc2ed
Allow call_function_test to succeed depite testlib import.
7 years ago
David Wilson
118fe01be5
Use enhanced assertRaises in call_function_test.py.
7 years ago
David Wilson
9b13a4cc61
Fix 2 call_function_test failures.
7 years ago
David Wilson
236d83418c
Simple scan_code_imports test.
7 years ago
David Wilson
af6812b458
Fix context naming for sudo and via=.
7 years ago
David Wilson
1449c972eb
Allow running responder_test with unittest.
7 years ago
David Wilson
849ccebe04
receiver: only permit one notify callback
...
There is no point spamming a list for every function call, there is no
use case where multiple notify callbacks would be useful.
7 years ago
David Wilson
bcae62c682
issue #20 : TestCase subclass with a nicer assertRaises
7 years ago
David Wilson
f869e088f8
issue #20 : tests and fixes for mitogen.master.Select().
7 years ago
David Wilson
ced6d8e404
Fix up importer_test.
7 years ago
David Wilson
40e2e6eb4c
Add README.md to tests subdir.
7 years ago
David Wilson
2fed3613e9
Syntax error.
7 years ago
Alex Willmer
d706b7d6b8
Update lingering references to with_broker & run_with_broker
...
A previous commit renamed run_with_broker() and with_broker() to
run_with_router() and with_router() respctively. Some references were
missed.
7 years ago
David Wilson
1510b72a25
fakessh: Add integration test for inter-child rsync.
7 years ago
David Wilson
f01e457d70
Allow running without py.test.
7 years ago
David Wilson
750e9fab24
Make log_to_file accept string level rather than logging package constant
...
Saves an import, pain in the ass to type all the time.
7 years ago
David Wilson
1411790f56
master: make write_all() handle O_NONBLOCK and deadlines.
7 years ago
David Wilson
db225638f0
core: Make iter_read() handle deadline (and non-blocking IO) properly
7 years ago
David Wilson
3c8c1f71a6
Update test.
7 years ago
David Wilson
5dff221842
fakessh: cleanup master test.
7 years ago
David Wilson
c67119501b
Keep allocate_id() in the enhanced router class.
7 years ago
David Wilson
4720eb1c55
core: add ALLOCATE_ID message for fakessh.
7 years ago
David Wilson
502266f115
Fix Channel constructor and add simple test; closes #32
7 years ago
David Wilson
3a0f03183c
Simple working fakessh_test.
7 years ago
David Wilson
498f961488
Fix up a few more ssh_tests, stop sending 400 modules over network.
...
Defining functions in the current module was causing the entirety of
py.test and all dependencies to be sucked in.
7 years ago
David Wilson
f04a503caa
Add rsync and git to build_docker_image too.
7 years ago
David Wilson
e2d3ac9b6a
Fixup some more tests.
7 years ago
David Wilson
2736592c79
First handful of functional tests for SSH against Docker.
7 years ago
David Wilson
91ff12f8d8
Import Docker build script for integration tests
7 years ago
David Wilson
b51e41edb5
Working DockerMixin for tests.
7 years ago
David Wilson
1f99dcb435
fix unbelievably dumb variable shadowing
7 years ago
David Wilson
25e4724bac
A few more mitogen.slave/master changes
7 years ago
David Wilson
bdf4fcfbce
Tidy up test.
7 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.
7 years ago
David Wilson
92ae866271
Import random old test scripts into tests/ dir.
7 years ago
David Wilson
996d847731
Add some broken tests
7 years ago
David Wilson
e75f1d8579
Add call_function_test, fix various exception bugs.
7 years ago
David Wilson
e7ff6259a3
Initial commit.
7 years ago