summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* Removes extraneous parentheses; Fixes 80670 (#80671)Samarendra M Hedaoo2023-04-281-1/+1
* Clean up unused imports in plugins (#79899)Matt Clay2023-02-031-1/+0
* While the Python function is called ismount, the filter has the names mount a...Felix Fontein2022-09-191-0/+0
* Fix test docs (#78756)Felix Fontein2022-09-1410-10/+10
* document tests (#78685)Brian Coca2022-09-0743-23/+554
* refactor and fixes for doc parsing (#77719)Brian Coca2022-09-011-1/+11
* Add pep440 version_type for version test (#78308)Matt Martz2022-07-213-0/+92
* Add uri, urn and url test plugins (#77423)Brian Coca2022-05-254-0/+126
* expand ansible-doc coverage (#74963)Brian Coca2022-04-2713-0/+173
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+3
* version test - improve message when value is empty (#74754)Sam Doran2021-05-201-0/+6
* Vendor `distutils.version` (#74644)Matt Martz2021-05-111-1/+1
* Add semver support to the jinja2 version test (#71600)Matt Martz2020-09-081-7/+26
* Make AnsibleVaultEncryptedUnicode work more like a string (#67823)Matt Martz2020-06-081-0/+11
* Add new truthy and falsy jinja2 tests (#62602)Matt Martz2019-10-021-0/+33
* Use to_text on value to activate _fail_with_undefined_error (#58214)Matt Martz2019-06-241-0/+4
* Simplify regex filter code (#50202)Jim Rollenhagen2019-02-031-2/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Add a new "contains" jinja2 test (#45798)Matt Martz2018-11-071-0/+11
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-1/+1
* Added an async 'started' test (like 'finished') (#43445)Dag Wieers2018-08-241-3/+18
* New keyword: ignore_unreachable (#43857)jctanner2018-08-231-0/+14
* Add a 'finished' test for async jobs (#38325)Dag Wieers2018-07-241-3/+26
* Deprecate tests used as filters (#32361)Matt Martz2017-11-273-3/+14
* better backwards compat handling of statusBrian Coca2017-07-051-26/+23
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-023-21/+37
* Migrate most uses of if type() to if isinstance()Toshio Kuratomi2017-04-041-5/+6
* added new tests any and all (#22665)Brian Coca2017-03-151-0/+3
* restored 'results' filtersBrian Coca2016-10-131-4/+0
* J2 test docs (#16646)Brian Coca2016-07-122-0/+42
* removed defined/undefined as jinja2 already has emBrian Coca2016-07-081-12/+0
* added defined/undefined testsBrian Coca2016-07-081-0/+13
* Reverse boilerplate order because from __future__ must be the first code in t...Toshio Kuratomi2016-03-241-1/+1
* Add python3 compat boilerplateToshio Kuratomi2016-03-241-1/+2
* Add `issubset` and `issuperset` testsGeorge Christou2016-03-211-0/+34
* adds multiline flag to regex test for search and matchPeter Sprygada2016-03-061-8/+9
* test aliases to enable gramatical consistancyBrian Coca2016-01-141-2/+6
* Revert "success should not include skipped"Brian Coca2015-11-191-1/+1
* success should not include skippedBrian Coca2015-11-141-1/+1
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-193-0/+11
* moved mandatory back to filters as it does not always return a boolean, it do...Brian Coca2015-08-211-11/+0
* added file testsBrian Coca2015-08-201-0/+37
* isnotanumber is not needed as jinja2 has builtin number testBrian Coca2015-08-201-36/+0
* fixed mandatory testBrian Coca2015-08-201-9/+8
* Merge branch 'pluggable_jinja_tests' of https://github.com/quixoten/ansible i...James Cammarata2015-07-293-0/+149