mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 11:51:26 -07:00
cleanup tests
* use nose test generator * more comments * move facts import inside the skipped function, fix python3 warning
This commit is contained in:
parent
2b104fe6ad
commit
37188ea336
3 changed files with 302 additions and 233 deletions
|
@ -3,7 +3,7 @@
|
|||
"""
|
||||
This script generated test_cases for test_distribution_version.py.
|
||||
|
||||
To do so it outputs the relevant files from /etc/*release, the ouput of platform.dist() and the current ansible_facts regarding the distribution version.
|
||||
To do so it outputs the relevant files from /etc/*release, the output of platform.dist() and the current ansible_facts regarding the distribution version.
|
||||
|
||||
This assumes a working ansible version in the path.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue