thedocruby / resounding

A New Minecraft mod that provides realistic audio physics using parallel wave tracing and an improved physics algorithm.
https://thedocruby.dev/resounding
GNU Lesser General Public License v3.0
85 stars 4 forks source link

Automated testing #103

Open mikenrafter opened 1 year ago

mikenrafter commented 1 year ago

Is your feature request related to a problem? Please describe. Manually testing everything SUUUCKS!

Describe the solution you'd like Automated testing.

Describe alternatives you've considered Laziness? Such an alternative only leads to insanity.

Describe any compatibility requirements This would raise the barrier-to-entry for the project, but would overall—increase the quality of any given submission.

Additional context

102 is a prerequisite

mikenrafter commented 6 days ago

To clarify, CI and unit tests primarily, with some limited scope integration tests. Getting a full test rig that runs minecraft is overkill and likely wouldn't help much.