Skip to content

Commit

Permalink
Adding some notes to race-condition tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleph2c committed Sep 23, 2019
1 parent e413ec0 commit 1c63f21
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/thread_safe_attributes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ def test_thread_safe_in_factory():
#@pytest.mark.isolated
@pytest.mark.thread_safe_attributes
def test_no_lock_access():
'''requires visual inspection'''

class GetLock1(ThreadSafeAttributes):
_attributes = ['thread_safe_attr_1']
Expand Down Expand Up @@ -643,6 +644,7 @@ def thread_method_4(self):
@pytest.mark.isolated
@pytest.mark.thread_safe_attributes
def test_lock_access():
'''requires visual inspection'''

class GetLock1(ThreadSafeAttributes):
_attributes = ['thread_safe_attr_1']
Expand Down

0 comments on commit 1c63f21

Please sign in to comment.