You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/module_utils
Toshio Kuratomi 6531ba38f8 Allow the msg argument to fail_json() to be a positional argument
fial_json() requires a message be given to it to inform the end user of
why the module failed.  Prior to this commit, the message had to be a
keyword argument:

    module.fail_json(msg='Failed due to error')

Since this is a required parameter, this commit allows the message to be
given as a positional argument instead:

   module.fail_json('Failed due to an error')
5 years ago
..
basic Allow the msg argument to fail_json() to be a positional argument 5 years ago
common Fix and add tests for some module_utils.common.validation (#67771) 5 years ago
facts Remove `with` statement for pytest-mock unit tests 5 years ago
json_utils Replace TestCase.assertEquals with TestCase.assertEqual. 5 years ago
parsing Consolidate boolean/mk_boolean conversion functions into a single location 7 years ago
urls ansible-galaxy - define multiple galaxy instances in ansible.cfg (#60553) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
conftest.py Python 3.8 collections compatibility fixes. 6 years ago
test_distribution_version.py Improve distribution unit tests (#67300) 5 years ago
test_distro.py Update distro unit test (#55003) 6 years ago
test_text.py Wrap CLI Passwords with AnsibleUnsafeText, ensure unsafe context is not lost during encode/decode (#63351) 5 years ago