summaryrefslogtreecommitdiff
path: root/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-2642/+0
* Update `Client.create_volume` to use new endpoint819-volumes-createJoffrey F2015-10-211-2/+2
* Use DOCKER_CONFIG environment variable to look up auth config785-docker_config_envJoffrey F2015-10-091-3/+30
* Fix testsJoffrey F2015-10-081-6/+11
* Implement methods for managing networksAanand Prasad2015-10-051-0/+134
* Merge pull request #789 from PierreF/top_ps_argsJoffrey F2015-09-281-0/+20
|\
| * Added test for "top" functionPierre Fersing2015-09-281-0/+20
* | _url can take arbitrarily many argumentsAanand Prasad2015-09-251-3/+27
|/
* Generic skip decorator for low API version accessible to all testsJoffrey F2015-09-161-18/+6
* Modify unit tests suite to allow mock routes to optionally be method-awareJoffrey F2015-09-161-41/+217
* Split different APIs into several mixins for clarity / easier maintenanceJoffrey F2015-09-111-2/+2
* Test URL construction697-stricter-url-constructionJoffrey F2015-08-311-0/+22
* Better support for .dockerignoreAanand Prasad2015-08-261-19/+44
* Use pytest helpers to assert exceptions and deprecated warningsAanand Prasad2015-08-251-211/+100
* Run tests with pytestAanand Prasad2015-08-251-6/+2
* Stop catching Exception in tests where it isn't expectedAanand Prasad2015-08-251-661/+347
* Merge pull request #732 from docker/version-dependent-hostconfigAanand Prasad2015-08-251-43/+44
|\
| * Adapt tests to new create_host_config usageJoffrey F2015-08-241-43/+44
* | Split the entrypoint string to shell-like syntax.Colin Huang2015-08-251-2/+2
|/
* Added support for cgroup parentMohit Soni2015-08-241-0/+18
* Merge pull request #680 from aanand/fix-timestamp-conversionJoffrey F2015-07-211-1/+1
|\
| * Enforce UTC datetimes in arguments to `events()`Aanand Prasad2015-07-211-1/+1
* | Stop pinging registries from the clientAanand Prasad2015-07-201-3/+3
|/
* Fix handling output from tty-enabled containers.Dan O'Reilly2015-07-061-4/+42
* Merge pull request #644 from docker/memory-memswap-hostconfigJoffrey F2015-06-301-53/+56
|\
| * Updated tests for mem_limit changesmemory-memswap-hostconfigJoffrey F2015-06-191-53/+56
* | Merge branch 'id-resolution-in-check-resource' of https://github.com/posita/d...Joffrey F2015-06-301-18/+20
|\ \ | |/ |/|
| * Move image/container ID resolution to @check_resource decorator.Matt Bogosian2015-05-201-18/+20
* | Merge branch 'allow-any-mode' of https://github.com/aanand/docker-py into aan...Joffrey F2015-06-181-0/+47
|\ \
| * | Allow any mode string to be passed into a volume bindAanand Prasad2015-06-051-0/+47
| |/
* | Add volume_driver param to client.create_containerLuke Marsden2015-06-181-0/+31
* | Allow binds to be specified as a list of stringsAanand Prasad2015-06-121-0/+30
|/
* Separate check_resource inspect testsJoffrey F2015-05-201-13/+20
* Fix #602. Raise ValueError on empty argument to inspect_{container,image}() m...Matt Bogosian2015-05-171-0/+12
* Merge pull request #593 from docker/deprecate_start_hostconfigJoffrey F2015-05-081-219/+186
|\
| * Added deprecation warning for host config in startJoffrey F2015-05-081-219/+186
* | unit testcpusetcpusJoffrey F2015-05-081-0/+1
|/
* exec_resize is incorrectly passing param as jsonXiaojian Huang2015-04-281-16/+4
* Fix #573Joffrey F2015-04-281-2/+8
* Added unit tests for container limits in buildJoffrey F2015-04-271-0/+19
* * Separate file to store constantsJoffrey F2015-04-271-69/+71
* Updated exec API documentationexec_reworkJoffrey F2015-04-271-1/+0
* Exec API testsJoffrey F2015-04-271-15/+80
* Added check_resource decorator to interrupt command if container or image arg...Joffrey F2015-04-241-0/+15
* Handle ID truncate on client side in containers list (and changed default fro...client_side_truncJoffrey F2015-04-221-1/+1
* BaseTestCase shims assertInJoffrey F2015-04-221-2/+3
* Merge branch 'sam/import-improvements' of https://github.com/ssssam/docker-py...Joffrey F2015-04-221-12/+16
|\
| * 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-051-4/+8
* | Use assertRaises in a backward compatible fashionJoffrey F2015-03-251-2/+4