Test tools put them where?

2024-05-09 Thread Interrante, John A (GE Aerospace, US)
I support doing the simplest thing (moving TestUtils from src/test/scala to src/main/scala), but we could consider splitting TestUtils if you need only (say) 20% of TestUtils for testing separate DFDL schemas. Give a more descriptive name than "TestUtils" to the new class in src/main/scala,

Re: Test tools put them where?

2024-05-09 Thread Mike Beckerle
Crickets on this. If you want to see these tools in use, look at the gzip layer tests in daffodil-core. On Sat, Mar 23, 2024 at 11:34 PM Mike Beckerle wrote: > I have some new fuzz testing stuff. > > It depends on TestUtils which is in daffodil-core, but lives in the > src/test, so isn't in