issues
search
rfg-modding
/
Nanoforge
A modding tool for Red Faction Guerilla Re-Mars-Tered
MIT License
32
stars
3
forks
source link
Write automated tests for project buffer save/load
#104
Open
Moneyl
opened
1 year ago
Moneyl
commented
1 year ago
Things to test:
[ ] Repeatedly saving a loading a bunch of non-tiny buffers with known data.
[ ] Repeatedly read/write tiny buffers without changing size.
[ ] Repeatedly read/write tiny buffers while changing size to make sure code that moves them into a larger slot works correctly.
[ ] Perform each step with a known set of data for the buffers. Compare the data read from the buffers with the known data to ensure they're correct.
Things to test: