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

Stardew Valley: Move test option presets to their own file #4349

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Jouramie
Copy link
Contributor

@Jouramie Jouramie commented Dec 9, 2024

What is this fixing or adding?

I'm often getting circular dependencies issues because stuff is getting relative imported from the parent module, but the parent module also imports other stuff... That mostly happen with the stardew world module, but anyway, it seems like a healthy thing to do to move related stuff in a separated module.

How was this tested?

Yes

I just PyCharm bulk moved the function and cleaned up some imports, so nothing should have changed. The tests pass.

If this makes graphical changes, please attach screenshots.

N/A

@github-actions github-actions bot added the waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. label Dec 9, 2024
@agilbert1412 agilbert1412 added the is: refactor/cleanup Improvements to code/output readability or organizization. label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
is: refactor/cleanup Improvements to code/output readability or organizization. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants