mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Tab test_repr_daemon over so it's included in ThreadTests.
Noticed by Amaury.
This commit is contained in:
parent
4b16e130cc
commit
81a4a6abb7
1 changed files with 5 additions and 5 deletions
|
@ -414,7 +414,7 @@ class ThreadTests(BaseTestCase):
|
|||
e.isSet()
|
||||
threading.activeCount()
|
||||
|
||||
def test_repr_daemon(self):
|
||||
def test_repr_daemon(self):
|
||||
t = threading.Thread()
|
||||
self.assertFalse('daemon' in repr(t))
|
||||
t.daemon = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue