8000 pylint: Tests for skill handler and added missing dependency · mmtrucefacts/botbuilder-python@273cc3a · GitHub
[go: up one dir, main page]

Skip to content

Commit 273cc3a

Browse files
committed
pylint: Tests for skill handler and added missing dependency
1 parent d52fd4a commit 273cc3a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libraries/botbuilder-core/tests/skills/test_skill_handler.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,10 @@ async def test_on_upload_attachment(
157157
)
158158

159159

160+
# pylint: disable=invalid-name
161+
# pylint: disable=attribute-defined-outside-init
162+
163+
160164
class TestSkillHandler(aiounittest.AsyncTestCase):
161165
@classmethod
162166
def setUpClass(cls):

0 commit comments

Comments
 (0)
0