diff options
author | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-26 02:05:25 +0200 |
---|---|---|
committer | Giampaolo Rodola <g.rodola@gmail.com> | 2020-04-26 02:05:25 +0200 |
commit | 7cd0dd250fcb57874d81c954196bfba4bd3d406d (patch) | |
tree | cf10dff1b73f8af69de43646b9d468a13a60a432 /psutil/tests/test_testutils.py | |
parent | 6e2aa0d80f5c8301c27551f65181ffc7e2cb5d8c (diff) | |
parent | 420c9e82fd3321e3062424846870f3104c1b0eb8 (diff) | |
download | psutil-reap-children.tar.gz |
Merge branch 'master' into devreap-children
Diffstat (limited to 'psutil/tests/test_testutils.py')
-rwxr-xr-x | psutil/tests/test_testutils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/psutil/tests/test_testutils.py b/psutil/tests/test_testutils.py index 55c5d3df..45b2557f 100755 --- a/psutil/tests/test_testutils.py +++ b/psutil/tests/test_testutils.py @@ -43,6 +43,7 @@ from psutil.tests import retry from psutil.tests import retry_on_failure from psutil.tests import safe_mkdir from psutil.tests import safe_rmpath +from psutil.tests import serialrun from psutil.tests import tcp_socketpair from psutil.tests import TestMemoryLeak from psutil.tests import unittest @@ -316,6 +317,7 @@ class TestNetUtils(unittest.TestCase): self.assertGreaterEqual(types[socket.SOCK_DGRAM], 2) +@serialrun class TestMemLeakClass(TestMemoryLeak): def test_times(self): |