David Wilson
2d7821b824
tests: test_stream_name: fix non-localhost Docker
7 years ago
Alex Willmer
7e01c5bed5
Import and use unittest2 without aliasing it
7 years ago
Alex Willmer
e8e023ce59
Use specific TestCase assertions throughout tests
...
e.g. assert x == y -> self.assertEqual(x, y);
self.assertTrue(isinstance(x, y)) -> self.assertIsInstance(x, y)
These specific methods give more useful errors in the case of a test
failure.
7 years ago
Alex Willmer
17da6e9998
Use unittest2 in all tests
...
This allows using features such as TestCase,assertIsInstance on Python
2.6 and earlier.
7 years ago
Alex Willmer
94992940dd
ssh_test: Correct hostname in SShTest.test_stream_name()
...
I presume that `u1704` is a relic of a bygone container/host.
7 years ago
David Wilson
af6812b458
Fix context naming for sudo and via=.
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
2736592c79
First handful of functional tests for SSH against Docker.
7 years ago
David Wilson
e7ff6259a3
Initial commit.
7 years ago