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
Sam Doran 6f76a48f59
Make sorting in collection_loader match plugin loader (#65776)
* Simply sorting of Windows files below other plugin types
    Using the sort method with a custom key function uses less memory than creating multiple lists then joining them.

    This seemed to be an acceptable use of a lamdba, even though I geneally try to avoid them.

* Fix sorting of plugins inside of collections
    Explicitly sort Windows files below others, mimicking what we do in plugin/loader.py

* Add documentation about ansible.builtin and ansible.legacy
    Also document to the two different methods used for searching based on the candidate type.

* Add changelog
* Add integration test
* Update comment with expected sort order
6 years ago
..
ansible_test Relocate ansible-test self tests outside package. (#61255) 6 years ago
integration Make sorting in collection_loader match plugin loader (#65776) 6 years ago
legacy Sanity test fixups - AWS related tests (#64093) 6 years ago
lib/ansible_test Sanity checks: test for print statement (#65219) 6 years ago
sanity fixed inconsistent required set to True in zabbix modules 6 years ago
units Fix network action plugin load in collection (#65849) 6 years ago
utils Increase unit test timeout in CI. 6 years ago