summaryrefslogtreecommitdiff
path: root/test/units
Commit message (Expand)AuthorAgeFilesLines
...
* tests: Fix `test_ansible_version()` when run within a git checkout (#78636)Alex Willmer2022-09-211-2/+2
* Add --offline option to 'ansible-galaxy collection install' (#78678)Sloane Hertel2022-09-191-16/+19
* Add OSMC to Debian OS_FAMILY_MAP (#78778)Markus Opolka2022-09-161-0/+23
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-3/+3
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-122-4/+6
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-082-7/+14
* Fix distro fact handling for Flatcar (#77635)Johanan Liebermann2022-09-072-24/+43
* fetch_file - properly split files with multi-part file extensions (#75257)Sam Doran2022-09-062-9/+107
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-012-2/+2
* Skip test if no there are no problematic chars for wcswidth (#78645)Matt Martz2022-08-291-3/+23
* Fix pytest collection during test_host partial runSviatoslav Sydorenko2022-08-191-0/+0
* Relax minimal config to enable manifest functionality (#78574)Matt Martz2022-08-171-5/+6
* Use MANIFEST.in style directives to build collections (#78422)Matt Martz2022-08-171-5/+6
* add required file to collection skeleton (#77418)Elijah DeLee2022-08-171-4/+4
* Replace get_persistent_connection_options in task_executor with get_options (...Kate Case2022-08-171-0/+2
* Move handler processing into new PlayIterator state (#77955)Martin Krizek2022-08-162-71/+145
* Clean up unit tests. (#78498)Matt Clay2022-08-102-5/+5
* Fix listing collections that are missing the metadata required by build (#76596)Sloane Hertel2022-08-021-0/+17
* Correctly get the filename from a url in fetch_file. Fixes #29680 (#78383)Matt Martz2022-08-021-0/+24
* Update unit test controller requirements. (#78376)Matt Clay2022-07-281-4/+4
* Remove unit test Python 2.6 compat. (#78369)Matt Clay2022-07-282-18/+4
* Remove unit test pytz requirement. (#78368)Matt Clay2022-07-273-10/+21
* Make distro.id() report newer versions of OpenSuSE (at least >=15) also repor...Ruediger Pluem2022-07-281-0/+6
* Fix KeyError for ansible-galaxy when caching paginated responses from v3 (#78...Sloane Hertel2022-07-221-0/+80
* Use classproperty to access field attributes of a class (#78180)Martin Krizek2022-07-201-1/+1
* Revert "Re-enable strategy units (#78293)" (#78300)Matt Clay2022-07-191-0/+2
* Re-enable strategy units (#78293)Matt Martz2022-07-191-2/+0
* Add support for gzip decoding responses (#41925)Matt Martz2022-07-133-4/+160
* Fix AIX processor facts and add unit test (#78223)zorun2022-07-132-0/+99
* Added Kylin Linux Advanced Server Support (#78232)Kay Yan2022-07-121-0/+38
* Preflight utf8 encodings check (#78175)Matt Martz2022-07-111-9/+9
* Fix wording for :ref|term: substitution (#78216)Brian Coca2022-07-071-3/+3
* Make unit test for missing git executable more generic (#78173)Sloane Hertel2022-06-301-3/+4
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-292-59/+44
* Galaxy server config updates (#77106)Brian Coca2022-06-241-3/+6
* Remove .travis.yml files from galaxy init skeletons (#75740)David Moreau Simard2022-06-152-38/+0
* Forked display via queue (#77056)Matt Martz2022-06-071-0/+50
* Remove double spaces in errormessage (#77839)Wouter Schoot2022-05-261-2/+2
* Add toggle to fix module_defaults with module-as-redirected-action on a per-m...Sloane Hertel2022-05-241-4/+17
* Prefer unittest.mock over mock. (#77886)Matt Clay2022-05-2334-41/+62
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-2347-48/+48
* Fix unit tests for Python 3.11.Matt Clay2022-05-171-3/+11
* Avoid deprecated method in unit tests.Matt Clay2022-05-171-4/+2
* Raise a proper error when include/import_role is used as a handler (#77807)Martin Krizek2022-05-171-6/+8
* distribution: add distribution_minor_version for Debian Distro (#74721)Abhijeet Kasurde2022-05-112-2/+12
* Remove deprecated loading cache plugins directly without cache_loader (#77655)Martin Krizek2022-04-281-52/+2
* ansible-test - Fix subprocess management. (#77641)Matt Clay2022-04-271-0/+7
* expand ansible-doc coverage (#74963)Brian Coca2022-04-271-1/+1
* Prevent losing unsafe from lookups (#77609)Martin Krizek2022-04-261-0/+25
* Revert "ansible-test - Fix subprocess management. (#77638)"Matt Clay2022-04-251-7/+0