We publish the tck for others to implement. By default test sources aren’t published, and gradle’s junit runner is designed so that it won’t run tests in a jar. Take a look at the tck config gradle to see how it injects the tests.
On Sun, May 11, 2025 at 8:14 PM Walter Duque de Estrada <wbdu...@icloud.com.invalid> wrote: > The grails-datapping-tck has its tests in the main branch. Is there a > reason for this vs having them in their own test directory? > > Walter