aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/archive_tests.py2
-rw-r--r--tests/importer_tests.py2
-rw-r--r--tests/option_tests.py2
-rw-r--r--tests/plugin_tests.py2
-rw-r--r--tests/policy_tests.py2
-rw-r--r--tests/report_tests.py2
-rw-r--r--tests/sosreport_pexpect.py2
-rwxr-xr-xtests/test_exe.py2
-rw-r--r--tests/utilities_tests.py2
9 files changed, 18 insertions, 0 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py
index 9cd7bd1b..d26af1dc 100644
--- a/tests/archive_tests.py
+++ b/tests/archive_tests.py
@@ -172,3 +172,5 @@ class TarFileArchiveTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/importer_tests.py b/tests/importer_tests.py
index 91f82cc0..e7e20a27 100644
--- a/tests/importer_tests.py
+++ b/tests/importer_tests.py
@@ -11,3 +11,5 @@ class ImporterHelperTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/option_tests.py b/tests/option_tests.py
index d221b965..3185bce0 100644
--- a/tests/option_tests.py
+++ b/tests/option_tests.py
@@ -32,3 +32,5 @@ class GlobalOptionTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py
index 5eb13049..9a21b615 100644
--- a/tests/plugin_tests.py
+++ b/tests/plugin_tests.py
@@ -304,3 +304,5 @@ class RegexSubTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/policy_tests.py b/tests/policy_tests.py
index 764af836..fe208fcd 100644
--- a/tests/policy_tests.py
+++ b/tests/policy_tests.py
@@ -67,3 +67,5 @@ class PackageManagerTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/report_tests.py b/tests/report_tests.py
index a08f0aec..5bb1d837 100644
--- a/tests/report_tests.py
+++ b/tests/report_tests.py
@@ -116,3 +116,5 @@ class TestPlainReport(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py
index 164fa9c8..4b807239 100644
--- a/tests/sosreport_pexpect.py
+++ b/tests/sosreport_pexpect.py
@@ -26,3 +26,5 @@ class PexpectTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
+
+# vim: et ts=4 sw=4
diff --git a/tests/test_exe.py b/tests/test_exe.py
index 09b2813e..ee493b72 100755
--- a/tests/test_exe.py
+++ b/tests/test_exe.py
@@ -1,2 +1,4 @@
#!/usr/bin/python
print "executed"
+
+# vim: et ts=4 sw=4
diff --git a/tests/utilities_tests.py b/tests/utilities_tests.py
index 395fde13..f3b16293 100644
--- a/tests/utilities_tests.py
+++ b/tests/utilities_tests.py
@@ -86,3 +86,5 @@ class FindTest(unittest.TestCase):
def test_not_in_pattern(self):
leaves = find("leaf", TEST_DIR, path_pattern="tests/path")
self.assertFalse(any(name.endswith("leaf") for name in leaves))
+
+# vim: et ts=4 sw=4