summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Handle ID truncate on client side in containers list (and changed default fro...client_side_truncJoffrey F2015-04-222-5/+9
* revertJoffrey F2015-04-221-6/+0
* Added integration testJoffrey F2015-04-222-0/+35
* Improved ulimit testsJoffrey F2015-04-222-1/+26
* assertRaises 2.6 compatJoffrey F2015-04-221-6/+3
* Add tests for ulimitsJoffrey F2015-04-221-4/+34
* BaseTestCase shims assertInJoffrey F2015-04-222-2/+14
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-223-16/+177
|\
| * Add integration tests for Client.import_image() functionSam Thursfield2015-01-051-2/+160
| * Rewrite Client.import_image() and add less-magical versionsSam Thursfield2015-01-051-8/+8
| * Rework Unix connection code so that 'chunked' transfers workSam Thursfield2015-01-052-5/+9
* | line lengthYuval Kohavi2015-04-111-3/+8
* | python 2.6 compatibleYuval Kohavi2015-04-111-6/+3
* | Adding port utils to split port rangesYuval Kohavi2015-04-031-0/+95
* | Use assertRaises in a backward compatible fashionJoffrey F2015-03-251-2/+4
* | Added assertIn shim for py2.6Joffrey F2015-03-251-0/+5
* | docs and unit test for security_optJoffrey F2015-03-251-0/+13
* | Finish labels implementation, add tests and docsAanand Prasad2015-03-201-0/+48
* | Update default API version to 1.18Aanand Prasad2015-03-201-2/+2
* | Fix unit testsJoffrey F2015-03-051-1/+2
* | Auto-detect integration testsJoffrey F2015-03-051-0/+22
* | detect server version when version="auto"Tomas Tomecek2015-03-052-1/+27
* | Properly close files and sockets in unit testsRoman Mohr2015-02-281-32/+31
* | Merge pull request #502 from cpuguy83/498_dockerignore_special_namesJoffrey F2015-02-271-0/+4
|\ \
| * | Add special cases for .dockerignoreBrian Goff2015-02-241-0/+4
* | | Merge pull request #509 from docker/lxc_driver_test_compatJoffrey F2015-02-271-4/+16
|\ \ \
| * | | I suck at pythonlxc_driver_test_compatJoffrey F2015-02-261-5/+5
| * | | Ensure integration tests work with LXC exec driverJoffrey F2015-02-261-4/+16
| |/ /
* | | Merge pull request #508 from docker/de-i11003Joffrey F2015-02-271-1/+5
|\ \ \
| * | | Rename test fix to take into account docker/docker#11003de-i11003Joffrey F2015-02-261-1/+5
| |/ /
* | | Update resolve_authconfig to bring it in line with Docker clientAanand Prasad2015-02-271-1/+11
|/ /
* | Resolves #497 - add support for dockerfileDaniel Nephin2015-02-201-0/+6
* | Fix several DOCKER_HOST assumptions in integration_test.pyTianon Gravi2015-02-161-2/+2
* | Fix pep8 error1.0.0Joffrey F2015-02-161-2/+2
* | FormattingJoffrey F2015-02-121-149/+129
* | Merge branch 'add-stats-api-support' of https://github.com/nir0s/docker-py in...Joffrey F2015-02-124-1/+175
|\ \
| * | minornir0s2015-02-121-2/+2
| * | removed aggregation for now and added a unit test. also using stream_helper nownir0s2015-02-123-0/+174
| * | added initial support for stats retrievalnir0s2015-02-111-1/+1
* | | pid_mode integration testspid_modeJoffrey F2015-02-111-0/+31
* | | Merge pull request #480 from ggtools/eventsJoffrey F2015-02-112-1/+61
|\ \ \
| * | | Fix datetime issue with Python 2.6Christophe Labouisse2015-02-111-3/+4
| * | | Add missing options to the events commandChristophe Labouisse2015-02-112-1/+60
| |/ /
* | | read_only parameterread_only_rootfsJoffrey F2015-02-101-0/+27
|/ /
* | Merge pull request #482 from docker/rename_containerJoffrey F2015-02-103-1/+35
|\ \
| * | rename() tests and docsrename_containerJoffrey F2015-02-103-1/+35
* | | Fix crash when building from remote sourcesVincent Giersch2015-02-041-0/+14
|/ /
* | Additional tests and small improvement to auth.resolve_authconfigJoffrey F2015-02-011-0/+55
* | Add Support for Mac AddressJames Harris2015-01-213-1/+31
* | Fixed TestRestartingContainer0.7.1Joffrey F2015-01-131-2/+2