Commit Graph

10 Commits (cae6989932c69dc1ef3d3b221d06633f880841c8)

Author SHA1 Message Date
Alex Willmer cae6989932 testlib: Auto negotiate Docker API version
Ubuntu 17.04 provides Docker 1.12.6, which has API version 1.24.
`dev_requirements.txt` specifies the docker-py 2.5.1, which by default
requests API version 1.30.

Hence when the SSH unit tests try to run the container specified in
`DockerizedSshDaemon` an error occurs

```
APIError: 400 Client Error: Bad Request ("client is newer than server
(client API version: 1.30, server API version: 1.24)")
```
8 years ago
David Wilson 397ff50a58 Try to be compatible with older Docker daemons; (hopefully) closes #46 8 years ago
David Wilson e3b51de6b1 Handle docker running on localhost. 8 years ago
David Wilson 2ed39c411f Allow call_function_test to succeed depite testlib import. 8 years ago
David Wilson 031c0f3cf4 issue #20: TestCase subclass with a nicer assertRaises 8 years ago
David Wilson d9bf091e6f Simple working fakessh_test. 8 years ago
David Wilson a89c20e54e Fixup some more tests. 8 years ago
David Wilson bc437733e5 Working DockerMixin for tests. 8 years ago
David Wilson 10c0dca24c Apply package rename to tests 8 years ago
David Wilson 66f92ad44c Initial couple of tests. 9 years ago