Skip to content

Commit 483d96b

Browse files
committed
ignore test thread class in tests
1 parent 7a5bc24 commit 483d96b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_session.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def test_session_multiple_threads():
7171

7272

7373
class TestThread(threading.Thread):
74+
__test__ = False
75+
7476
def __init__(self, name, barrier, clients):
7577
threading.Thread.__init__(self, name=name)
7678
self.barrier = barrier

0 commit comments

Comments
 (0)