1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-15 22:47:46 +00:00

Be even more specific in CONTRIBUTING

This commit is contained in:
Joshua Goins 2025-05-10 19:07:38 -04:00
parent c5613cd431
commit 497549e0c6

View file

@ -17,7 +17,7 @@ We have several tests to ensure Physis is able to read and write the game's vari
### Unit Testing ### Unit Testing
Our standalone tests are run with `cargo test`. You can find the relevant resources that it reads under `resources/tests`. Test data should be creatable with Physis, and not simply copied from the retail game. These tests are run automatically by the CI, and you are expected to keep them working. (Unless the test itself is wrong, of course!) Our standalone tests are run with `cargo test`. You can find the relevant resources that it reads under `resources/tests`. Test data should be recreatable with Physis, and not simply copied from the retail game. These tests are run automatically by the CI, and you are expected to keep them working. (Unless the test itself is wrong, of course!)
When adding new functionality, I highly encourage adding new test cases but this is not a hard requirement. When adding new functionality, I highly encourage adding new test cases but this is not a hard requirement.