Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reafactor/external central system #165

Merged
merged 4 commits into from
Nov 25, 2024

Conversation

AssemblyJohn
Copy link
Contributor

@AssemblyJohn AssemblyJohn commented Nov 18, 2024

  • Abstracted the CentralSystem class
  • Allow the usage of an externally provided central system based on a fixture
  • Updated Readme

@AssemblyJohn AssemblyJohn force-pushed the reafactor/external_central_system branch from b4eb891 to 22fc091 Compare November 19, 2024 08:54
Signed-off-by: AssemblyJohn <[email protected]>
@@ -136,7 +158,7 @@ async def start(self, ssl_context=None):

self.ws_server.close()
await self.ws_server.wait_closed()

pass # End LocalCentralSystem
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
pass # End LocalCentralSystem

Signed-off-by: AssemblyJohn <[email protected]>
@AssemblyJohn AssemblyJohn merged commit 55278f2 into main Nov 25, 2024
6 of 7 checks passed
@AssemblyJohn AssemblyJohn deleted the reafactor/external_central_system branch November 25, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants