ansible/test/units/module_utils/common/validation
Sam Doran 2d266fbc87
Fix unit tests to work with pytest >= 5.0 (#60246)
pytest made a change in the way the message from ExceptionInfo objects was returned.

https://docs.pytest.org/en/latest/changelog.html#pytest-5-0-0-2019-06-28
2019-08-09 14:58:46 -04:00
..
test_check_mutually_exclusive.py
test_check_type_bits.py
test_check_type_bool.py
test_check_type_bytes.py
test_check_type_dict.py
test_check_type_float.py
test_check_type_int.py Fix unit tests to work with pytest >= 5.0 (#60246) 2019-08-09 14:58:46 -04:00
test_check_type_jsonarg.py
test_check_type_list.py
test_check_type_path.py
test_check_type_raw.py
test_check_type_str.py
test_count_terms.py