Sbt: Can't change the "test" filename of scripted-test

Created on 25 Dec 2012  路  4Comments  路  Source: sbt/sbt

Enhancement good first issue help wanted

Most helpful comment

I've hit the same issue. Why does the code even put some auxiliary file in the same directory as the code under test? If you could change this, it would work no matter what's in the directory.

All 4 comments

The scripted framework isn't that sophisticated and I'm not sure how to keep it that way and allow configuring the name. Maybe it could also look for files with some extension. A pull request would be accepted, but perhaps it is reasonable for you to make the Play project a subproject, which wouldn't need a top-level test/? You might be able to override the name of that directory as well (possibly scalaSource in Test).

@xuwei-k what do you think? Look for an extension as well, like something.test?

I've hit the same issue. Why does the code even put some auxiliary file in the same directory as the code under test? If you could change this, it would work no matter what's in the directory.

Was this page helpful?
0 / 5 - 0 ratings