summaryrefslogtreecommitdiff
path: root/test/units/utils
Commit message (Expand)AuthorAgeFilesLines
* add a worker queue to get updates from the main results thread (#79886)Sloane Hertel2023-02-281-0/+95
* Fix pointless statements in unit tests (#79940)Matt Clay2023-02-071-6/+6
* Clean up unused imports in unit tests (#79893)Matt Clay2023-02-022-2/+2
* Remove unused unit test code (#79879)Matt Clay2023-02-012-10/+3
* Add support for importlib.resources (#78915)Matt Martz2023-01-102-1/+47
* Skip test if no there are no problematic chars for wcswidth (#78645)Matt Martz2022-08-291-3/+23
* Preflight utf8 encodings check (#78175)Matt Martz2022-07-111-9/+9
* Forked display via queue (#77056)Matt Martz2022-06-071-0/+50
* Use unittest.mock instead of mock. (#77883)Matt Clay2022-05-234-4/+4
* Remove obsolete units.compat.mock compat layer. (#77118)Matt Clay2022-02-223-3/+5
* check finder type before passing path (#76448)Sloane Hertel2021-12-091-0/+12
* catch the case that cowsay is broken (#76326)Brian Coca2021-12-071-0/+27
* use passlib default if `password_hash` option isn't set (#75043)Thomas Sjögren2021-09-211-9/+9
* encrypt: add new paramter 'ident' (#74595)Abhijeet Kasurde2021-05-241-22/+30
* Vendor `distutils.version` (#74644)Matt Martz2021-05-111-1/+1
* defend against bad or missing crypt (#74304)Brian Coca2021-04-201-1/+1
* Relocate misplaced unit tests.Matt Clay2021-04-161-0/+11
* Fixed/improved regular expresssion for collection names (#73577)Alexei Znamensky2021-03-011-0/+2
* Use iskeyword and str.isidentifier for "is FQCN" (#73279)Sviatoslav Sydorenko2021-02-111-0/+19
* saner path dir management (#72648)Brian Coca2020-12-141-10/+13
* run playbook from collections (#67435)Brian Coca2020-10-281-2/+0
* Add deprecation collection name to plugin options (#71735)Felix Fontein2020-10-021-0/+333
* fix coverage output from synthetic packages (#71727)Matt Davis2020-09-141-0/+16
* Updates for password hashing (#71120)Matt Martz2020-08-261-0/+44
* reset logging to INFO (#70878)Brian Coca2020-07-241-0/+31
* Use libc wcwidth to calculate print width in display (#66214)Matt Martz2020-06-221-0/+65
* Clean up unit test boilerplate.Matt Clay2020-06-226-1/+16
* config: singular ANSIBLE_COLLECTIONS_PATH (#70007)James Cassell2020-06-111-1/+1
* fix delegated loading when path is not a directory (#69713)Matt Davis2020-05-261-0/+9
* collection routing (#67684)Matt Davis2020-05-2620-216/+853
* ansible.utils.vars.isidentifier improvements (#58278)Martin Krizek2020-05-211-0/+49
* Fix SemanticVersion comparison (#69395)Felix Fontein2020-05-111-0/+50
* Fix colorization to not extend across newline boundary (#68517)Graham Mainwaring2020-03-271-1/+1
* Support pre-releases via new SemanticVersion (#68258)Matt Martz2020-03-231-0/+285
* Remove unused unit test files.Matt Clay2020-03-232-283/+0
* combine filter: fine list handling (option b) (#57894)tchernomax2020-02-121-10/+200
* display - remove extra new line after warning message (#65199)Sam Doran2020-01-242-0/+62
* Ensure that data within a tuple is marked as unsafe (#65918)Matt Martz2020-01-071-2/+25
* Remove empty setUp/tearDown/tearDownClass methods in test classes.Mads Jensen2019-11-061-6/+0
* Amazon related Sanity test fixups (remaining batch 2) (#64358)Mark Chappell2019-11-041-0/+3
* add subdir support to collection loading (#60682)Matt Davis2019-08-211-0/+86
* Update units to pass on macOS (#60435)Matt Martz2019-08-121-1/+7
* Unit test cleanup. (#60315)Matt Clay2019-08-091-23/+2
* Remove UnsafeProxy (#59711)Martin Krizek2019-08-071-14/+20
* Unit tests: remove unused imports (#59740)Andrey Klychkov2019-07-292-2/+0
* patch ansible-connection collection plugin loading (#59119)Matt Davis2019-07-161-0/+3
* Fix collection loader builtin handling. (#58897)Matt Clay2019-07-161-0/+40
* Fix collection loader and add unit tests. (#58701)Matt Clay2019-07-097-0/+94
* kubevirt: even more unit tests (#58593)Mariusz Mazur2019-07-051-0/+3
* Use atexit to cleanup tmp dirs (#56532)Sam Doran2019-06-281-0/+48