Join Slack
Powered by
In a multiplatform project, using `kotlin.test` on...
# test
e
Edoardo Luppi
09/02/2023, 10:12 AM
In a multiplatform project, using
kotlin.test
one can filter the test classes to run using
Copy code
gradle cleanJvmTest jvmTest --tests "*FakeTestSuite"
Is there a more fine grained mechanism to pass in
includes
and
excludes
patterns?
2
Views
Open in Slack
Previous
Next