summaryrefslogtreecommitdiff
path: root/tests/unit/utils_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Implement support for network-scoped aliasesAanand Prasad2016-01-141-1/+9
| | | | Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
* allow custom ipam options when creating networksRyan Belgrave2016-01-041-1/+16
| | | | Signed-off-by: Ryan Belgrave <rmb1993@gmail.com>
* Improve get_paths performance by not descending into ignored directoriesThomas Boyt2015-12-081-3/+3
| | | | Signed-off-by: Thomas Boyt <thomas@ledgerx.com>
* Add tests for new cases covered by parse_repository_tag860-deprecate-resolve-repo-nameJoffrey F2015-11-241-14/+46
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* create_host_config: allow setting oom_kill_disableMichael Schubert2015-11-101-1/+8
| | | | Signed-off-by: Michael Schubert <schu@schu.io>
* Fix py3.2 test failure and unicode behaviorJoffrey F2015-10-271-5/+9
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Support unicode commands.Daniel Nephin2015-10-261-1/+14
| | | | Signed-off-by: Daniel Nephin <dnephin@gmail.com>
* Reorganize test directoriesreorganize_testsJoffrey F2015-10-211-0/+716
More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F <joffrey@docker.com>