summaryrefslogtreecommitdiff
path: root/tests/test_filedescriptor.py
diff options
context:
space:
mode:
authorFilippo Carra <karrukola@users.noreply.github.com>2023-02-27 16:55:28 +0100
committerGitHub <noreply@github.com>2023-02-27 16:55:28 +0100
commit5268a0f8d9b2bd21b3a26adc89680091c8df416f (patch)
treefbf03a3559c261b8a492efd5d83f9eabf09d2596 /tests/test_filedescriptor.py
parent0e668303b0248a74716a2b518b63d23bbbdf29d7 (diff)
parent4c768bd317fcb5ab6231bf21fc277b8b6ac36fa3 (diff)
downloadpexpect-5268a0f8d9b2bd21b3a26adc89680091c8df416f.tar.gz
Merge branch 'pexpect:master' into modern_async
Diffstat (limited to 'tests/test_filedescriptor.py')
-rwxr-xr-xtests/test_filedescriptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_filedescriptor.py b/tests/test_filedescriptor.py
index d9164e1..3f9d954 100755
--- a/tests/test_filedescriptor.py
+++ b/tests/test_filedescriptor.py
@@ -69,4 +69,4 @@ class ExpectTestCase(PexpectTestCase.PexpectTestCase):
if __name__ == '__main__':
unittest.main()
-suite = unittest.makeSuite(ExpectTestCase, 'test')
+suite = unittest.TestLoader().loadTestsFromTestCase(ExpectTestCase)