summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/test
Commit message (Expand)AuthorAgeFilesLines
* 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