NBTify icon indicating copy to clipboard operation
NBTify copied to clipboard

Dedicated Test Subtests for Different File Types

Open Offroaders123 opened this issue 1 year ago • 0 comments

Right now I'm running all of my tests in a single subtest, and things are getting very disorganized and chaotic. I want to split things apart so they can use individual logic for each kind of file. Maybe I can use a switch statement for the file extension of the current file to test against, then I can choose which extensions get which tests. That seems fairly organized. That can make things easier for defining which types get what tests as well, since one file type might want to use multiple of the tests I make available, rather than one or the other exclusively.

Offroaders123 avatar Nov 28 '23 03:11 Offroaders123