summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-163-44/+334
* GroupAdd testsJoffrey F2015-09-151-0/+35
* Merge pull request #763 from docker/api_splitupMaxime Petazzoni2015-09-131-2/+2
|\
| * Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-2/+2
* | Fixed regression test in py3 environments1.4.0-releaseJoffrey F2015-09-101-1/+4
|/
* Merge pull request #753 from docker/715-user-int-uidJoffrey F2015-09-101-0/+6
|\
| * Test UID validity715-user-int-uidJoffrey F2015-08-311-1/+4
| * Always send a string for the user param in create_containerJoffrey F2015-08-311-0/+3
* | Add hello-world to temp images in pull testsci-fixesJoffrey F2015-09-091-0/+2
* | Make integration tests more CI-friendly.Joffrey F2015-09-091-16/+10
* | Update integration-dind task756-containerized-integrationJoffrey F2015-09-091-18/+0
* | Make running integration tests with dind possibleJoffrey F2015-09-093-5/+28
* | Merge pull request #754 from aanand/default-to-tcp-url-on-windowsJoffrey F2015-09-011-4/+12
|\ \
| * | Default to 127.0.0.1:2375 on WindowsAanand Prasad2015-09-011-4/+12
| |/
* | Test URL construction697-stricter-url-constructionJoffrey F2015-08-311-0/+22
|/
* Test has been fixed, remove skip decoratorJoffrey F2015-08-311-1/+0
* Merge pull request #747 from aanand/integration-test-fixesJoffrey F2015-08-311-45/+79
|\
| * Integration test improvementsAanand Prasad2015-08-311-45/+79
* | Merge pull request #742 from aanand/fix-dockerignore-integration-testJoffrey F2015-08-271-15/+21
|\ \ | |/ |/|
| * Fix .dockerignore integration testAanand Prasad2015-08-261-15/+21
* | Merge branch 'master' of github.com:docker/docker-pyJoffrey F2015-08-261-0/+34
|\ \
| * \ Merge pull request #662 from stevenewey/exec_create_userJoffrey F2015-08-261-0/+34
| |\ \
| | * \ Merge branch 'master' into exec_create_userStephen Newey2015-08-124-83/+267
| | |\ \
| | * | | Add test for root user as default exec_create behaviourStephen Newey2015-07-021-0/+17
| | * | | Add support for user on exec_create.Stephen Newey2015-06-301-0/+17
* | | | | Merge branch 'default-cert-path' of https://github.com/aanand/docker-py into ...Joffrey F2015-08-261-4/+34
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Default to ~/.docker if DOCKER_CERT_PATH is emptyAanand Prasad2015-07-211-4/+36
* | | | | Merge pull request #721 from aanand/pathspecJoffrey F2015-08-263-20/+202
|\ \ \ \ \
| * | | | | Better support for .dockerignoreAanand Prasad2015-08-263-20/+202
| | |_|_|/ | |/| | |
* | | | | Don't remove LogConfig.types shortcutJoffrey F2015-08-261-2/+6
* | | | | Test valid no args for log configMazz Mosley2015-08-261-2/+41
* | | | | Remove validation of supported log driversMazz Mosley2015-08-262-14/+21
* | | | | Fix log driver integration testMazz Mosley2015-08-261-20/+15
|/ / / /
* | | | Ensure Makefile still run tests properly / tests are run in container as expe...Joffrey F2015-08-251-1/+1
* | | | Merge branch 'pytest' of https://github.com/aanand/docker-py into aanand-pytestJoffrey F2015-08-253-230/+108
|\ \ \ \
| * | | | Use pytest helpers to assert exceptions and deprecated warningsAanand Prasad2015-08-252-218/+104
| * | | | Run tests with pytestAanand Prasad2015-08-253-12/+4
* | | | | Merge pull request #735 from aanand/test-network-mode-versionJoffrey F2015-08-251-5/+7
|\ \ \ \ \
| * | | | | Explicitly test NetworkMode logic in create_host_configAanand Prasad2015-08-251-5/+7
* | | | | | Merge pull request #736 from aanand/propagate-exceptions-in-testsJoffrey F2015-08-251-661/+347
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Stop catching Exception in tests where it isn't expectedAanand Prasad2015-08-251-661/+347
| |/ / / /
* | | | | Call Client.create_host_config because the old call is deprecatedBryan Boreham2015-08-251-12/+12
|/ / / /
* | | | Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-252-49/+63
|\ \ \ \
| * | | | Adapt tests to new create_host_config usageJoffrey F2015-08-242-49/+63
* | | | | Split the entrypoint string to shell-like syntax.Colin Huang2015-08-251-2/+2
|/ / / /
* | | | Added support for cgroup parentMohit Soni2015-08-241-0/+18
* | | | Fixed #726 issue where split_port was checking `len(None)`Mark Adams2015-08-191-0/+8
* | | | Added full path parse_host unit testallow-path-in-hostJoffrey F2015-08-171-1/+4
| |_|/ |/| |
* | | Merge pull request #698 from docker/jhowardmsft-14530-netmodeJoffrey F2015-08-102-11/+25
|\ \ \
| * | | Fixed empty_host_config testJoffrey F2015-07-291-1/+1