DistributedProofreaders / dproofreaders

Distributed Proofreaders is a web application intended to ease the process of converting public domain books into e-texts.
https://www.pgdp.net
GNU General Public License v2.0
46 stars 28 forks source link

Reorganize code test layout #1215

Closed cpeel closed 1 month ago

cpeel commented 1 month ago

This tries to bring some coherence to our tests which have sprawled a bit. Most of this PR is just renames but there were some path updates in a couple of places. qunit.html had so many changes it looks like a delete/create in git vs a rename/update.

@chrismiceli - I'm not sure if what I've done with the JS tests (shoving all the JS files into a single directory) is a best-practice there or if there is a better way to do that, your thoughts on that would be appreciated.

bpfoley commented 1 month ago

LGTM. Making the paths/filenames a bit more systematic can't hurt.