summaryrefslogtreecommitdiff
path: root/tests/unit/cli_test.py
Commit message (Expand)AuthorAge
* Fix flake8Ulysses Souza2020-08-21
* Update API version for docker clientUlysses Souza2020-08-21
* Use docker cli on run when the envvar passed.Ryosuke TOKUAMI2020-08-21
* Removed Python2 supportalexrecuenco2020-08-21
* Make run behave in the same way as upEric Hripko2020-08-06
* Removed Python2 supportBastian Venthur2020-06-03
* Fix one-off commands for "restart: unless-stopped" (fixes #6302)Sebastian Pipping2018-11-26
* Allow dash and underscore in project name.Matthieu Nottale2018-03-15
* 'run' command can use network aliases for serviceThomas Scholtes2018-02-27
* Use configfile-provided proxy values to populate buildargs and env valuesJoffrey F2018-02-22
* Add --detach testsJoffrey F2018-02-21
* Also use docker CLI for interactive one-off runs.Joffrey F2018-01-18
* Replace unittest-style asserts with pytest assertsJoffrey F2018-01-04
* Added a label option to 'docker-compose run' and test.Samantha Miller2017-11-28
* Placing dots in hostname no longer populates domainname if api >= 1.23 (fixes...Guillermo Arribas2017-10-19
* enable -v flag for docker-compose run commandPiotr Szymanski2017-03-02
* Merge pull request #3543 from milin/masterJoffrey F2017-03-01
|\
| * Replace assertEquals with assertEqual since the former is getting deprecated ...Milind Shakya2016-06-02
* | function-name-modification for tests/*Aaron.L.Xu2017-02-16
* | Use docker SDK 2.0Joffrey F2016-12-14
|/
* Updated StringIO import to support io moduleTony Witherspoon2016-04-12
* Updated cli_test.py to validate against the updated help command conditionsTony Witherspoon2016-04-12
* Merge branch '3191_2_help_cli_feature' of https://github.com/twitherspoon/com...Tony Witherspoon2016-04-07
|\
| * Test get_project_name from env fileJoffrey F2016-03-24
| * Update tests for new environment handlingJoffrey F2016-03-24
| * Implement environment singleton to be accessed throughout the codeJoffrey F2016-03-24
* | updated cli_test.py to no longer expect raised SystemExit exceptionsTony Witherspoon2016-04-07
|/
* Add -w or --workdir to compose run to override workdir from commandlineSimon van der Veldt2016-03-15
* Make TopLevelCommand use the project field.Daniel Nephin2016-03-08
* Refactor command dispatch to improve unit testing and support better error me...Daniel Nephin2016-03-08
* Create real Project objects in CLI unit testsAanand Prasad2016-03-02
* Remove environment-overriding unit test for 'run'Aanand Prasad2016-03-02
* Remove unused global_options arg from dispatch()Aanand Prasad2016-03-02
* Make environment variables without a value the same as docker-cli.Daniel Nephin2016-02-23
* Update docker-py and dockerptyAanand Prasad2016-02-04
* Falling back to default project name when COMPOSE_PROJECT_NAME is set to emptyDimitar Bonev2016-01-30
* Add test for logs=FalseAanand Prasad2016-01-21
* Fix interactive run with networkingAanand Prasad2016-01-21
* Remove support for fig.yaml, FIG_FILE, and FIG_PROJECT_NAME.Daniel Nephin2016-01-04
* Merge pull request #2467 from dnephin/remove_migrate_to_labelsAanand Prasad2015-12-07
|\
| * Remove migrate-to-labels.Daniel Nephin2015-11-27
* | Fixes #2368, removes the deprecated --allow-insecure-ssl flag.Daniel Nephin2015-11-27
|/
* Move restart spec to the config.types module.Daniel Nephin2015-11-23
* Fix unicode in environment variables for python2.Daniel Nephin2015-10-22
* Disable some tests in windows for now.Daniel Nephin2015-09-23
* Remove some functions from Command classDaniel Nephin2015-09-17
* Fix leaky testsMazz Mosley2015-09-17
* Allow setting a one-off container nameDaniel Nephin2015-08-26
* Support python 3Daniel Nephin2015-08-25
* Run pre-commit on all filesDaniel Nephin2015-08-24