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

Refactor code for domain driven design #3

Closed
hsoj opened this issue Oct 7, 2022 · 0 comments
Closed

Refactor code for domain driven design #3

hsoj opened this issue Oct 7, 2022 · 0 comments

Comments

@hsoj
Copy link
Owner

hsoj commented Oct 7, 2022

The code is currently laid out with all of the modules contained within the primary package and should be available from the correct domain instead. Additionally, the pattern used for the entry point is an older style, which should be updated to comply with modern Python application patterns.

hsoj added a commit that referenced this issue Oct 7, 2022
redundant.  Added the call to the dubilier.bot.cli.main method in the
execution of the bot from CLI.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
Adding testing for the current methods that exist.  Updated how tests
are executed as well as expanded the tooling used within the pre commit.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
required Intents object to get around linting issues.  Added test to
ensure that the bot property is the proper instance type.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
hsoj added a commit that referenced this issue Oct 8, 2022
Updated tests to mock the underlining run method's exit status code.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
into the main command chain.  Updated tests to comply with the
refactoring.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
hsoj added a commit that referenced this issue Oct 8, 2022
hsoj added a commit that referenced this issue Oct 8, 2022
redundant.  Added the call to the dubilier.bot.cli.main method in the
execution of the bot from CLI.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
Adding testing for the current methods that exist.  Updated how tests
are executed as well as expanded the tooling used within the pre commit.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
required Intents object to get around linting issues.  Added test to
ensure that the bot property is the proper instance type.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
hsoj added a commit that referenced this issue Oct 8, 2022
Updated tests to mock the underlining run method's exit status code.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
into the main command chain.  Updated tests to comply with the
refactoring.

gh-#3
hsoj added a commit that referenced this issue Oct 8, 2022
hsoj added a commit that referenced this issue Oct 8, 2022
@hsoj hsoj closed this as completed Oct 8, 2022
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

No branches or pull requests

1 participant