ansible/test/units
Jiri Hnidek 978fe81a6d Added unit tests for redhat_subscription module (#58665)
* Fixed the redhat_subscription module:
  - Option 'pool_ids' works in Python3 now
  - It tries to attach only pools IDs that are available
  - Optimization of code: do not call list --available, when
    no pool is requested
  - Simplified configure() method
  - Small changes to generate same commands on Python2 and Python3.
    Order of arguments/options and pool IDs have to be same to
    be able to run unit test using Python2 and Python3.
  - Added fragments file for redhat_subscribtion module
2019-07-29 16:11:29 -04:00
..
cli unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config fixes to config manager (#58530) 2019-07-17 10:39:30 -04:00
contrib Fix vmware_inventory unit tests so they run. 2018-10-09 22:52:04 -07:00
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
executor unit tests: remove unused imports (#59636) 2019-07-26 10:53:31 -04:00
galaxy Collection test (#59488) 2019-07-24 12:38:32 +10:00
inventory_test_data/group_vars
mock Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
module_utils Unit tests: remove unused imports (#59740) 2019-07-29 22:10:13 +02:00
modules Added unit tests for redhat_subscription module (#58665) 2019-07-29 16:11:29 -04:00
parsing Correct places where match was intended 2019-07-18 17:10:58 -07:00
playbook role: Fix role's hash_params (#55263) 2019-07-08 09:25:59 -04:00
plugins Unit tests: remove unused imports (#59740) 2019-07-29 22:10:13 +02:00
pytest/plugins Initial ansible-test support for collections. (#59197) 2019-07-22 19:24:48 -07:00
regex Add toggle to control invalid character substitution in group names (#52748) 2019-03-06 11:49:40 -05:00
template Add back _contains_vars method as maybe_template (#58290) 2019-06-25 10:54:37 -05:00
utils Unit tests: remove unused imports (#59740) 2019-07-29 22:10:13 +02:00
vars Fix inventory cache interface (#50446) 2019-03-06 12:12:35 -06:00
__init__.py
ansible.cfg
test_constants.py
test_context.py Unit tests: remove unused imports (#59740) 2019-07-29 22:10:13 +02:00