| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Thanks for the pull request @ferrari212. Very useful to have a reference solution for the test cases. Before merging can you please rename the src/methods/jacobiMethodScript.js to src/methods/jacobiSolver.js ? I have renamed the jacobi method file in the main branch and the old name creates a lot of conflicts. Thanks! |
Sorry, something went wrong.
I believe it is not required
| Back | FazBrowse Home | New Git URL |
Description
This PR introduces an initial regression and unity testing structure for FEAScript-core as part of the ongoing improvements proposed in #50.
The main goal is to establish a foundation for validating existing functionality and preventing unintended changes in future development. These tests provide baseline coverage that can be expanded as new features, bug fixes, and improvements are introduced.
Changes
Motivation
As FEAScript-core continues to evolve, maintaining a reliable regression testing suite is important to ensure that existing functionality remains stable while new capabilities are added.
This PR represents a first step toward broader automated validation coverage and provides a framework where additional regression cases can be included incrementally.
Testing
Related Issue
Partially addresses #50