Add link to the issue into the tests

This commit is contained in:
Roman Mogylatov 2021-08-16 09:56:53 -04:00
parent 006734d136
commit bdada77afa

View File

@ -606,6 +606,7 @@ class AsyncResourceTest(AsyncTestCase):
class ResourceTypingTest(unittest.TestCase):
# See issue: https://github.com/ets-labs/python-dependency-injector/issues/488
def test_sync_generic_type(self):
class MyDependency: