christophsturm
04/12/2022, 4:52 PM@Test
annotation is just for junit. I think this part of failgood needs to change but I’m not sure how.
with the naming convention its possible to just put your tests into a kotlin class like
val tests = describe("...") {}