summaryrefslogtreecommitdiff
path: root/test/units
Commit message (Expand)AuthorAgeFilesLines
* Fix a test failure when run on a system with python-future installed.Toshio Kuratomi2016-10-071-5/+1
* Refactor parsing of CLI args so that we can modify them in the base classToshio Kuratomi2016-10-061-26/+25
* Make ini parsing slightly more robustToshio Kuratomi2016-10-041-8/+13
* Fix for run_command tests now that it returns native stringsToshio Kuratomi2016-10-032-4/+16
* bugfixes to JSON junk filter, added unit/integration tests to exercise (#17834)Matt Davis2016-10-023-39/+88
* dzdo prompt fixBrian Coca2016-09-301-0/+6
* Smart mode for sftp+scp (#17813)jctanner2016-09-291-4/+4
* The mode that we fake from stat is checked more closely under python3.5 on El...Toshio Kuratomi2016-09-281-1/+1
* Add mnt pnts with single quote to test (16855) (#17771)Adrian Likins2016-09-271-2/+10
* Add a test for int/float parameter type checking (#16741)Christoph2016-09-211-0/+46
* Switch tests from sudo to become. (#17694)Matt Clay2016-09-211-2/+2
* Merge branch 'threaded_receiver' into develJames Cammarata2016-09-202-44/+118
|\
| * Moving result reading to a background threadthreaded_receiverJames Cammarata2016-09-171-8/+81
| * Revert "Move queuing tasks to a background thread"James Cammarata2016-09-152-38/+39
* | Fix password lookup py3 plus alikins unittest additions refactoring (#17626)Toshio Kuratomi2016-09-191-103/+408
* | Add os_family to test_distribution_version (#17620)cinerama702016-09-171-1/+28
* | Merge pull request #17590 from abadger/vault-fixesToshio Kuratomi2016-09-156-184/+189
|\ \
| * | Many Cleanups to vaultToshio Kuratomi2016-09-152-176/+183
| * | Have unittests import mock from ansible.compat so they work on py3 without mo...Toshio Kuratomi2016-09-154-8/+6
| |/
* | Do not use bare vars in integration tests. (#17599)Matt Clay2016-09-151-1/+0
|/
* Fix galaxy's parsing of the command line. (#17569)Toshio Kuratomi2016-09-141-57/+50
* CloudRetry/AWSRetry backoff decorator with unit tests (#17039)Allen Sanabria2016-09-132-0/+87
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-066-44/+55
* Add partially backwards compatible version of _fixup_perms. (#17427)Matt Clay2016-09-061-1/+1
* Add ksu privilege escalation (#17340)Will Thames2016-09-011-0/+6
* [Inventory] Cache the result of enumerating groups and host namesTobias Wolf2016-09-011-0/+1
* Various python3 updates for module_utils: (#17345)Toshio Kuratomi2016-09-012-4/+4
* Move queuing tasks to a background threadJames Cammarata2016-08-312-39/+38
* Python3 fixes and porting (#17271)Toshio Kuratomi2016-08-292-7/+7
* Fix "Text file busy" exception in atomic_move (#9526) (#17204)Alexander Stock2016-08-261-13/+13
* Get the ssh plugin working with python3 (#17234)Toshio Kuratomi2016-08-251-29/+29
* Enable most unittests on python3 (just some vault unittests and a logging one...Toshio Kuratomi2016-08-256-17/+11
* Implement vault encrypted yaml variables. (#16274)Adrian Likins2016-08-237-40/+670
* Migrate basestring to a python3 compatible type (#17199)Toshio Kuratomi2016-08-231-1/+3
* Give native strings to selinux library functions. (#17184)Toshio Kuratomi2016-08-222-13/+67
* Fix docker connection plugin version tests and py2.6 compat (#16841)Adrian Likins2016-08-221-0/+21
* Enable some basic.py tests on python3 (#17167)Toshio Kuratomi2016-08-203-5/+0
* Move py34 mock_open compat to compat/test/mock (#17157)Adrian Likins2016-08-191-81/+0
* Fix facts.py for python3 (#17131)Toshio Kuratomi2016-08-181-10/+10
* Linux mount/fs (lsblk) facts fixes and tests. (#17036)Adrian Likins2016-08-171-0/+551
* fixed tests to accoutn for new parameterBrian Coca2016-08-161-6/+6
* Don't immediately return failed for any_errors_fatal tasksJames Cammarata2016-08-121-1/+4
* Cache tasks by uuid in PlayIterator for O(1) lookupsJames Cammarata2016-08-101-1/+1
* Avoid copying task parents in TaskExecutorperformance_improvementsJames Cammarata2016-08-081-1/+1
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-1/+1
* Performance improvementsJames Cammarata2016-08-082-40/+55
* FEATURE: adding variable serial batchesJames Cammarata2016-08-042-2/+67
* set cwd to task's basedir (#16805)Brian Coca2016-07-251-1/+3
* Test GalaxyCLI when no actions are provideds-hertel2016-07-221-1/+108
* Merge pull request #16783 from s-hertel/test_display_galaxy_info_fixs-hertel2016-07-211-2/+2
|\