From 05466aa78a504db1fd6cd122f71fd5f0fc2303ff Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Mon, 10 Jun 2019 19:15:38 +0200
Subject: [PATCH] Run python linters on tests, too

---
 tools/tests/test-pycodestyle.sh | 2 +-
 tools/tests/test-pylint.sh      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/tests/test-pycodestyle.sh b/tools/tests/test-pycodestyle.sh
index c334d1e..07d2db6 100755
--- a/tools/tests/test-pycodestyle.sh
+++ b/tools/tests/test-pycodestyle.sh
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-pycodestyle --show-source --show-pep8 src
+pycodestyle --show-source --show-pep8 src tests
diff --git a/tools/tests/test-pylint.sh b/tools/tests/test-pylint.sh
index 5f2b637..75bbf1c 100755
--- a/tools/tests/test-pylint.sh
+++ b/tools/tests/test-pylint.sh
@@ -1,3 +1,3 @@
 #!/usr/bin/env bash
 
-pylint src
+pylint src tests
-- 
GitLab