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
Sloane Hertel 343ffaa18b
better error for "ansible-galaxy collection verify" if there's no MANIFEST.json (#67498)
* Add a better error for "ansible-galaxy verify" if the MANIFEST.json has been deleted from the installed collection or if the collection hasn't been installed via normal means

* Fix unit tests for the remote collection

If there's something wrong with the local collection's version it will fail before the remote collection is sought

* Add a test for the new error msg

* Prevent the duplicate warning

Mock the new isfile call where needed

* Update lib/ansible/galaxy/collection.py

Co-Authored-By: Martin Krizek <martin.krizek@gmail.com>

Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
5 years ago
..
cli
compat
config
errors
executor Fix filedescriptor out of range in select() when running commands (#65058) 5 years ago
galaxy better error for "ansible-galaxy collection verify" if there's no MANIFEST.json (#67498) 5 years ago
inventory
inventory_test_data/group_vars
mock
module_utils Fix filedescriptor out of range in select() when running commands (#65058) 5 years ago
modules Flatten the directory hierarchy of modules (#68966) 5 years ago
parsing
playbook
plugins Fix filedescriptor out of range in select() when running commands (#65058) 5 years ago
regex
template
utils
vars
__init__.py
requirements.txt
test_constants.py
test_context.py