ansible/test/units/parsing
Toshio Kuratomi e08427a138 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.

(cherry picked from commit 87601969a3)

Fix root filter test

On python-2.6 the error message is different

(cherry picked from commit 67fb3a8215)

Fix the pytest match test for python-2.6

(cherry picked from commit 8a880d6032)
2019-07-29 12:08:15 -07:00
..
fixtures dataloader: unit tests (#50942) 2019-01-22 09:51:27 -05:00
utils
vault
yaml Handle vaulted non-ascii characters for Python2 (#58503) 2019-06-29 11:13:55 -07:00
__init__.py
test_ajson.py
test_dataloader.py dataloader: unit tests (#50942) 2019-01-22 09:51:27 -05:00
test_metadata.py Correct places where match was intended 2019-07-29 12:08:15 -07:00
test_mod_args.py Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00
test_splitter.py
test_unquote.py