summaryrefslogtreecommitdiff
path: root/tests/test_dotall.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_dotall.py')
-rwxr-xr-xtests/test_dotall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dotall.py b/tests/test_dotall.py
index 68aef3f..44c58c5 100755
--- a/tests/test_dotall.py
+++ b/tests/test_dotall.py
@@ -39,5 +39,5 @@ class TestCaseDotall(PexpectTestCase.PexpectTestCase):
if __name__ == '__main__':
unittest.main()
-suite = unittest.makeSuite(TestCaseDotall,'test')
+suite = unittest.TestLoader().loadTestsFromTestCase(TestCaseDotall)