summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Integration tests fixesintegration_fixesJoffrey F2015-01-091-35/+15
* | Added RO volumes testsJoffrey F2015-01-081-7/+99
* | Merge branch 'master' of https://github.com/rmohr/docker-py into rmohr-masterJoffrey F2015-01-081-0/+11
|\ \
| * | Keep unix socket alive with python3Roman Mohr2014-12-211-0/+11
| |/
* | Fix for issue #443Joffrey F2015-01-081-0/+14
|/
* Use create_host_config in start (unifying parameter processing)0.7.0-releaseJoffrey F2014-12-182-2/+6
* Improved integration tests to run on python3 and close sessions after in tear...Joffrey F2014-12-181-22/+50
* Merge pull request #427 from abanna/adding_multiple_dockercfg_supportJoffrey F2014-12-181-2/+32
|\
| * missed a lint errorabanna2014-12-181-2/+4
| * adding the ability to login with different dockercfg files.Alex Banna2014-12-181-2/+30
* | Merge pull request #435 from dims/fix-flake8-issuesJoffrey F2014-12-181-2/+2
|\ \
| * | flake8 fails with F821 for unicode under python 3.4.2Davanum Srinivas2014-12-181-2/+2
| |/
* | Tidy up stream test harness & fix race conditionsMarcus Cobden2014-12-181-23/+29
|/
* Retry on connection errorJoffrey F2014-12-171-4/+11
* Use unicode() typecast instead of u'' literal (3.2 compat). Fixes #408Joffrey F2014-12-171-2/+2
* Merge branch 'master' of https://github.com/leth/docker-py into leth-masterJoffrey F2014-12-171-0/+91
|\
| * Consume from chunked streams without data lossMarcus Cobden2014-12-161-0/+91
* | Re-added integration tests with hostconfig in startJoffrey F2014-12-171-3/+162
* | Re-added start with hostconfig testsJoffrey F2014-12-171-1/+241
* | Fixed start_container testsJoffrey F2014-12-171-16/+6
* | assertEquals -> assertEqualJoffrey F2014-12-171-5/+5