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/parsing
Toshio Kuratomi 87601969a3 Correct places where match was intended
pytest.raises has two parameters, message and match.  message is meant
to be the error message that pytest gives when the tested code does not
raise the expected exception.  match is the string that pytest expects
to be a match for the repr of the exception.  Unfortunately, it seems
that message is often mistakenly used where match is meant.  Fix those
cases.

message is also deprecated so removed our usage of it.  Perhaps we
should write a sanity test later that prevents the use of
pytest.raises(message) to avoid this mistake.

seealso: https://docs.pytest.org/en/4.6-maintenance/deprecations.html#message-parameter-of-pytest-raises

Also update the exception message tested for as we're now properly
detecting that the messages have changed.
5 years ago
..
fixtures lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 5 years ago
utils Update bare exceptions to specify Exception. 6 years ago
vault Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
yaml Handle vaulted non-ascii characters for Python2 (#58503) 5 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_ajson.py lib/ansible/parsing/ajson.py: added UNIT-tests (#56398) 5 years ago
test_dataloader.py dataloader: unit tests (#50942) 6 years ago
test_metadata.py Correct places where match was intended 5 years ago
test_mod_args.py Fieldattribute inheritance with defaults (#50891) 6 years ago
test_splitter.py Add unit tests 6 years ago
test_unquote.py Switch tests to pytest and ansible-test. 8 years ago