Howdy! It’s not immediately clear to me if the spr...
# minutest
r
Howdy! It’s not immediately clear to me if the spring integration test stuff will work with minutest. Has anyone messed with this before? (https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/testing.html#integration-testing)
r
We have some example of that in Keel
r
Oh.
Nah, mate. It looks like they’re vanilla junit tests…
Unless you know of a different place?
Oh. So we do! Lovely. Great news!
r
yeah, some of the integration tests are still just JUnit
d
Looks like I didn’t reference this from anywhere in the docs - https://github.com/dmcg/minutest-examples/blob/master/src/test/kotlin/spring/SpringTests.kt
It shows how to populate a fixture rather than the test class with Spring.
r
Oh awesome, thanks!