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

StardewValley: Removed / standardize the usage of "run default tests" #4591

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

agilbert1412
Copy link
Collaborator

What is this fixing or adding?

While investigating something else, I found that a couple of our classes were probably written before we had the base class handle the run_default_tests() property, and they instead managed it themselves. For some I removed it, for some I fixed it, and for some I determines it was okay to let them self-determine and didn't touch it.

How was this tested?

Ran the tests afterwards. It should be a very slight speed increase, as we now run fewer fill tests in the main pipeline, but not really noticeable. Maybe a second or so.

@agilbert1412 agilbert1412 added is: refactor/cleanup Improvements to code/output readability or organizization. waiting-on: peer-review Issue/PR has not been reviewed by enough people yet. labels Feb 1, 2025
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.

1 participant