summaryrefslogtreecommitdiffstats
path: root/test/units/cli (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update triple single quotes to triple double quotes (#84099)Matt Clay2024-10-091-45/+45
* Cover unit tests with mypy (#84084)Matt Clay2024-10-082-2/+2
* test: update tests (#83686)Abhijeet Kasurde2024-08-011-20/+20
* Typo fixes and other bits and bobs (#83672)Lee Garrett2024-07-272-2/+2
* Remove Python 3.10 support for the controller (#83221)Martin Krizek2024-06-171-10/+0
* ansible-galaxy, clarify licensing for 'init' templates and results (#83175)Brian Coca2024-05-061-1/+4
* remove nonexistent url from role templates (#82933)Sloane Hertel2024-04-021-18/+0
* Use of constant for 644 permission variable (#82762)Abhijeet Kasurde2024-03-051-2/+3
* prettyfy ansible-doc (#75116)Brian Coca2024-01-291-3/+9
* Remove create_new_password parameter in CLI.build_vault_ids (#82066)JustinWayland2023-11-061-24/+4
* Remove Python 2.x compat from unit tests (#82109)Matt Clay2023-11-025-5/+5
* ansible-galaxy - fix traceback error for invalid req file (#81917)Jordan Borean2023-10-051-0/+14
* Require `from __future__ import annotations` (#81902)Matt Clay2023-10-0515-36/+15
* Add pymarkdown sanity test for core (#81220)Matt Clay2023-07-112-2/+2
* Resolve issues on python pre-3.10.6 with collection dirs longer than 100 char...Matt Martz2023-06-151-13/+2
* Improve code coverage of unit tests (#80904)Matt Clay2023-05-272-41/+22
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-033-3/+3
* Use assertRaisesRegex in unit test (#80663)Matt Clay2023-04-271-3/+3
* Add TTY check and argument to disable it (#50603) (#68260)Landson Guo2023-04-261-0/+21
* Fix galaxy CLI unit test assertions (#80504)Matt Clay2023-04-121-2/+6
* Fix unclosed files in unit tests (#80497)Matt Clay2023-04-121-3/+2
* Remove unused and unreachable unit test code (#79854)Matt Clay2023-01-313-30/+13
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-85/+60
* tests: Fix `test_ansible_version()` when run within a git checkout (#78636)Alex Willmer2022-09-211-2/+2
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-1/+1
* add required file to collection skeleton (#77418)Elijah DeLee2022-08-171-4/+4
* Fix wording for :ref|term: substitution (#78216)Brian Coca2022-07-071-3/+3
* Remove .travis.yml files from galaxy init skeletons (#75740)David Moreau Simard2022-06-152-38/+0
* Remove double spaces in errormessage (#77839)Wouter Schoot2022-05-261-2/+2
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-234-4/+4
* expand ansible-doc coverage (#74963)Brian Coca2022-04-271-1/+1
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-234-4/+4
* ansible-galaxy - add signature verification of the MANIFEST.json (#76681)Sloane Hertel2022-02-103-5/+12
* Avoid deprecated TestCase functions in unit tests. (#76678)Matt Clay2022-01-071-6/+6
* Fix ansible-doc -l ansible.builtin / ansible.legacy (#76235)Richie B2B2021-11-191-0/+17
* cli - remove deprecated setting verbosity before sub command (#75840)Martin Krizek2021-09-302-12/+2
* ansible-cli: Remove unnessary trailing space (#74880)Abhijeet Kasurde2021-06-031-1/+1
* Better handling of rstisms in ansible-doc (#74596)Brian Coca2021-05-111-0/+5
* Clarify CLI version number as core version (#72287)Matt Davis2021-03-012-2/+2
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-121-5/+5
* galaxy - add format options for collection list (#73474)Shane McDonald2021-02-051-0/+1
* Replace the inhouse collection dependency resolver with `resolvelib`Sviatoslav Sydorenko2021-01-274-143/+157
* Shadow input for encrypt_string by default unless asked (fixes #71618) (#73263)Joshua Bayfield2021-01-201-0/+17
* Make `test_adhoc` succeed from within a git checkoutAlexander Sowitzki2021-01-131-1/+1
* Extract embedded function to RoleMixin method and add tests (#72754)David Shrewsbury2020-12-071-1/+74
* CLI - Specify jinja version in --version outputMartin Krizek2020-11-051-2/+3
* added timeout options to adhoc and console (#71230)Brian Coca2020-10-301-1/+1
* Remove ansible-galaxy login (#72288)Matt Davis2020-10-231-7/+0
* Add libyaml info to version output, and restore git info (#71948)Matt Martz2020-10-021-1/+2
* Update ansible doc formats (#71070)Toshio Kuratomi2020-08-051-0/+35