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, 9 insertions, 9 deletions
diff --git a/tests/archive_tests.py b/tests/archive_tests.py
index c778e4e5..70979093 100644
--- a/tests/archive_tests.py
+++ b/tests/archive_tests.py
@@ -92,4 +92,4 @@ class TarFileArchiveTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/importer_tests.py b/tests/importer_tests.py
index e7e20a27..2182ca26 100644
--- a/tests/importer_tests.py
+++ b/tests/importer_tests.py
@@ -12,4 +12,4 @@ class ImporterHelperTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/option_tests.py b/tests/option_tests.py
index 3185bce0..fe37ccfe 100644
--- a/tests/option_tests.py
+++ b/tests/option_tests.py
@@ -33,4 +33,4 @@ class GlobalOptionTest(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py
index 7364eff1..e30ded5c 100644
--- a/tests/plugin_tests.py
+++ b/tests/plugin_tests.py
@@ -319,4 +319,4 @@ class RegexSubTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/policy_tests.py b/tests/policy_tests.py
index fe208fcd..d02277ba 100644
--- a/tests/policy_tests.py
+++ b/tests/policy_tests.py
@@ -68,4 +68,4 @@ class PackageManagerTests(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/report_tests.py b/tests/report_tests.py
index 5bb1d837..39635104 100644
--- a/tests/report_tests.py
+++ b/tests/report_tests.py
@@ -117,4 +117,4 @@ class TestPlainReport(unittest.TestCase):
if __name__ == "__main__":
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/sosreport_pexpect.py b/tests/sosreport_pexpect.py
index 4b807239..af94541c 100644
--- a/tests/sosreport_pexpect.py
+++ b/tests/sosreport_pexpect.py
@@ -27,4 +27,4 @@ class PexpectTest(unittest.TestCase):
if __name__ == '__main__':
unittest.main()
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/test_exe.py b/tests/test_exe.py
index ee493b72..9b0af075 100755
--- a/tests/test_exe.py
+++ b/tests/test_exe.py
@@ -1,4 +1,4 @@
#!/usr/bin/python
print "executed"
-# vim: et ts=4 sw=4
+# vim: set et ts=4 sw=4 :
diff --git a/tests/utilities_tests.py b/tests/utilities_tests.py
index 60087c18..607056e7 100644
--- a/tests/utilities_tests.py
+++ b/tests/utilities_tests.py
@@ -87,4 +87,4 @@ class FindTest(unittest.TestCase):
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
+# vim: set et ts=4 sw=4 :