summaryrefslogtreecommitdiffstats
path: root/windriver/test-requirements.txt
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-11-22 17:15:46 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-01-28 10:40:18 +0100
commitf95a5d912eb65c507c1d67981b10c6f5ea790615 (patch)
treed573b24637f29ea70f841c96eb1f81d5f15572dd /windriver/test-requirements.txt
parentf2138cc59231602b31e60a3b9f39cc59a1860892 (diff)
Rate python files via pylint
It higlights programming errors which are only printed for the time being. It adds pylint in test-requirements.txt as it should have been for coverage, mock, etc. At least all pylint errors should be fixed. Kilo and Newton are out of scope as deprecated. Issue-ID: MULTICLOUD-416 Change-Id: I35f2cfec0327ba163e796b05bdff5edf0246de09 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'windriver/test-requirements.txt')
-rw-r--r--windriver/test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/windriver/test-requirements.txt b/windriver/test-requirements.txt
new file mode 100644
index 00000000..97044b5c
--- /dev/null
+++ b/windriver/test-requirements.txt
@@ -0,0 +1 @@
+pylint # GPLv2