summaryrefslogtreecommitdiff
path: root/tests/unit/mock
diff options
context:
space:
mode:
authorRohit <rohitthakur2590@outlook.com>2020-06-18 01:48:45 +0530
committerGitHub <noreply@github.com>2020-06-17 20:18:45 +0000
commit84afad5130564a8ad48e756cca1566c17eaafc36 (patch)
tree641a4aa6c2cad56d9451b5c930dca105c76156b4 /tests/unit/mock
parent2981f7f654e05e3f05abddc7a789b3d1ab3c7b3d (diff)
downloadvyos.vyos-84afad5130564a8ad48e756cca1566c17eaafc36.tar.gz
vyos.vyos-84afad5130564a8ad48e756cca1566c17eaafc36.zip
[VyOS]: update readme and add .rst files (#44)
[VyOS]: update readme and add .rst files Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'tests/unit/mock')
-rw-r--r--tests/unit/mock/loader.py1
1 files changed, 1 insertions, 0 deletions
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