Currently all testsdata/* files are generated manually and does not follow a standard. With time it becomes hard to maintain and files may get used in more than one test cases with is not optimal. It would be great if:
- We could bootstrap
testdata/* files just like Ginkgo cli bootstrap files
- Automatically detect file being used in more than one test cases and provide Makefile and CI methods to prevent missuse
Currently all
testsdata/*files are generated manually and does not follow a standard. With time it becomes hard to maintain and files may get used in more than one test cases with is not optimal. It would be great if:testdata/*files just likeGinkgocli bootstrap files