MysteryBlokHed / databind

Expand the functionality of Minecraft Datapacks.
https://databind.rtfd.io/en/stable
GNU General Public License v3.0
4 stars 0 forks source link

Refactor tests #74

Closed MysteryBlokHed closed 3 years ago

MysteryBlokHed commented 3 years ago

Right now, the integration tests are set up via a bunch of files that each contain only a couple of functions. Moving these test functions into files with more general purposes (eg. file_structure_tests.rs and file_contents_tests.rs) would mean less files in the tests folder and a more clear idea of where to place new tests.