Ian Thomas
11/15/2019, 11:03 AMdata.sql
file in my test resources folder, but I’d prefer to have fixtures per test, ideally using the @Sql
annotation. However, this annotation doesn’t seem to be usable with the kotlintest spec style and applying it to a beforeTest
method also doesn’t seem to work. Has anyone got any experience working with this sort of thing or any tips for a better way to work with test data? Thanks!Mike
11/15/2019, 11:17 AMsam
11/16/2019, 5:19 AMIan Thomas
11/17/2019, 7:12 PMdata.sql
file and that’s working ok as the test suite isn’t too big.LeoColman
11/19/2019, 12:56 AMLeoColman
11/19/2019, 12:56 AM@SQL
annotationIan Thomas
11/19/2019, 6:56 AM