mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-18 11:44:18 +00:00
test: format test suite (#2252)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
"""
|
||||
Test utilities package.
|
||||
"""
|
||||
"""
|
||||
|
||||
@@ -26,6 +26,7 @@ from unittest.mock import MagicMock
|
||||
|
||||
class MockLifecycleControlScope(enum.Enum):
|
||||
"""Mock enum for breaking circular import in core.entities."""
|
||||
|
||||
APPLICATION = 'application'
|
||||
PLATFORM = 'platform'
|
||||
PLUGIN = 'plugin'
|
||||
@@ -190,4 +191,4 @@ def get_handler_modules_to_clear(handler_name: str) -> list[str]:
|
||||
'langbot.pkg.pipeline.process.handler',
|
||||
'langbot.pkg.pipeline.process.handlers',
|
||||
f'langbot.pkg.pipeline.process.handlers.{handler_name}',
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user