ansible/test/units
Olivier Bourdon 98633e5157 Fix interfaces_file for proper file contents (#37818)
The generated file was completely unusable by the system
therefore the fix which ensures that diffing the file
prior to changes and after only shows diffs

Furthermore the code did not work for Python 3.6
>       f.writelines(to_bytes(lines, errors='surrogate_or_strict'))
E       TypeError: a bytes-like object is required, not 'int'

The other modifications (lambda variable renaming) is to
comply with default flake8 rules
(cherry picked from commit 612d0d6634)
2018-03-29 14:42:25 -07:00
..
cli galaxy unit tests: add missing arg (#33766) 2018-01-04 09:16:56 -08:00
config additional configmanager tests 2017-10-13 20:25:12 -04:00
contrib
errors
executor Start of tests for modify_module, specifically to ensure proper shebang replacement on old style modules (#36602) (#36606) 2018-02-22 14:56:03 -08:00
inventory_test_data/group_vars
mock Porting tests to pytest (#33387) 2017-12-05 12:43:13 -08:00
module_utils nso_config break cycles in dependency sorting (#36828) (#36838) 2018-02-28 11:33:18 +00:00
modules Fix interfaces_file for proper file contents (#37818) 2018-03-29 14:42:25 -07:00
parsing Remove deprecated code (#34828) 2018-01-23 12:02:09 -06:00
playbook fixed test to new sig 2018-01-04 11:20:56 -05:00
plugins Bring aws_ssm None fixes into stable (from #36456) (#36492) 2018-02-21 20:53:31 -05:00
template Backport #37881 for 2.5.1 (#37937) 2018-03-28 11:04:44 -05:00
utils
vars Miscellaneous pylint fixes. 2017-09-13 01:53:08 -07:00
__init__.py
ansible.cfg Fix ansible-test config management. 2017-10-04 12:52:36 -07:00
conftest.py
test_constants.py