Add using direcitve to define tests within directory #2627
romanowski
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, scala-cli recognizes only recognizes files as tests if:
.test.scala
test
subdirecoryusing target test
directiveIn most build tools (sbt, Mill or Gradle) there is an option to define a test directory. Maybe we can introduce
test.sources
directive that will list a directories (or even patters) of files / directories to be treated as tests, relative to the current directory.Beta Was this translation helpful? Give feedback.
All reactions