aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest_dotfiles.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/test_dotfiles.py b/test_dotfiles.py
index babe43c..b5521d2 100755
--- a/test_dotfiles.py
+++ b/test_dotfiles.py
@@ -301,9 +301,5 @@ class DotfilesTestCase(unittest.TestCase):
os.path.join(self.homedir, dotfile)))
-def suite():
- suite = unittest.TestLoader().loadTestsFromTestCase(DotfilesTestCase)
- return suite
-
if __name__ == '__main__':
- unittest.TextTestRunner().run(suite())
+ unittest.main()