mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Exorcise Python-2.6
This commit is contained in:
parent
a3385a60b4
commit
c4951cce0b
6 changed files with 31 additions and 9 deletions
|
@ -531,6 +531,12 @@ A helpful development approach to this should be to ensure that all of the tests
|
|||
run under Python 2.6 and that each assertion in the test cases has been checked to work by breaking
|
||||
the code in Ansible to trigger that failure.
|
||||
|
||||
.. warn:: Maintain Python-2.6 compatibility
|
||||
|
||||
Please remember that modules need to maintain compatibility with Python-2.6 so the unittests for
|
||||
modules should also be compatible with Python-2.6.
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
:doc:`testing_units`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue