diff options
Diffstat (limited to 'tests/unit')
18 files changed, 18 insertions, 0 deletions
diff --git a/tests/unit/compat/mock.py b/tests/unit/compat/mock.py index b45d6b5c..e8d66fab 100644 --- a/tests/unit/compat/mock.py +++ b/tests/unit/compat/mock.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/compat/unittest.py b/tests/unit/compat/unittest.py index df3379b8..ad188d0e 100644 --- a/tests/unit/compat/unittest.py +++ b/tests/unit/compat/unittest.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/mock/loader.py b/tests/unit/mock/loader.py index c21188ee..475a6561 100644 --- a/tests/unit/mock/loader.py +++ b/tests/unit/mock/loader.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_banner.py b/tests/unit/modules/network/vyos/test_vyos_banner.py index c575409c..37024318 100644 --- a/tests/unit/modules/network/vyos/test_vyos_banner.py +++ b/tests/unit/modules/network/vyos/test_vyos_banner.py @@ -14,6 +14,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_command.py b/tests/unit/modules/network/vyos/test_vyos_command.py index 820c6c44..30a4d033 100644 --- a/tests/unit/modules/network/vyos/test_vyos_command.py +++ b/tests/unit/modules/network/vyos/test_vyos_command.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_config.py b/tests/unit/modules/network/vyos/test_vyos_config.py index a471edd4..c192f340 100644 --- a/tests/unit/modules/network/vyos/test_vyos_config.py +++ b/tests/unit/modules/network/vyos/test_vyos_config.py @@ -17,6 +17,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_facts.py b/tests/unit/modules/network/vyos/test_vyos_facts.py index b22a5232..b5bfca0a 100644 --- a/tests/unit/modules/network/vyos/test_vyos_facts.py +++ b/tests/unit/modules/network/vyos/test_vyos_facts.py @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py index 0697f6e1..aad25827 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_global.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_global.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py index 2a9a81c6..1f4e5fea 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_interfaces.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py index 8d59e19a..a058bd07 100644 --- a/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py +++ b/tests/unit/modules/network/vyos/test_vyos_firewall_rules.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py index 3d558b82..ffefbedb 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ospfv2.py +++ b/tests/unit/modules/network/vyos/test_vyos_ospfv2.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py index 9c016da1..90279754 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ospfv3.py +++ b/tests/unit/modules/network/vyos/test_vyos_ospfv3.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_ping.py b/tests/unit/modules/network/vyos/test_vyos_ping.py index e3076103..4bead848 100644 --- a/tests/unit/modules/network/vyos/test_vyos_ping.py +++ b/tests/unit/modules/network/vyos/test_vyos_ping.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_static_route.py b/tests/unit/modules/network/vyos/test_vyos_static_route.py index 8eef5fbc..7bd07f66 100644 --- a/tests/unit/modules/network/vyos/test_vyos_static_route.py +++ b/tests/unit/modules/network/vyos/test_vyos_static_route.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_static_routes.py b/tests/unit/modules/network/vyos/test_vyos_static_routes.py index 85c08422..be707137 100644 --- a/tests/unit/modules/network/vyos/test_vyos_static_routes.py +++ b/tests/unit/modules/network/vyos/test_vyos_static_routes.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_system.py b/tests/unit/modules/network/vyos/test_vyos_system.py index c22f7c18..6f9057e9 100644 --- a/tests/unit/modules/network/vyos/test_vyos_system.py +++ b/tests/unit/modules/network/vyos/test_vyos_system.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/test_vyos_user.py b/tests/unit/modules/network/vyos/test_vyos_user.py index d4c2dbe6..bb8fb446 100644 --- a/tests/unit/modules/network/vyos/test_vyos_user.py +++ b/tests/unit/modules/network/vyos/test_vyos_user.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type diff --git a/tests/unit/modules/network/vyos/vyos_module.py b/tests/unit/modules/network/vyos/vyos_module.py index 49d46522..6faf4bd7 100644 --- a/tests/unit/modules/network/vyos/vyos_module.py +++ b/tests/unit/modules/network/vyos/vyos_module.py @@ -16,6 +16,7 @@ # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # Make coding more python3-ish +# pylint: skip-file from __future__ import absolute_import, division, print_function __metaclass__ = type |