Skip to content

Commit

Permalink
Added docstring to describe descriptor unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
comrumino committed Jul 2, 2022
1 parent 9213f6a commit 5a479cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_attr_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ class MyDecoratedService(rpyc.Service):


class TestDescriptorErrors(unittest.TestCase):
"""Validate stack traces are consistent independent of how exposed attribute is accessed #478 #479"""
def setUp(self):
self.cfg = copy.copy(rpyc.core.protocol.DEFAULT_CONFIG)
self.server = ThreadedServer(MyDecoratedService(), port=0)
Expand Down

0 comments on commit 5a479cc

Please sign in to comment.