Given sbt project, I haven't found an ability to run project-aware commands against the test classpath of a module. The --module flag only resolves the compile-scope classpath, so symbols from test dependencies are never found. Attempting --module /Test (following sbt's own scope syntax) results in a compilation error:
Compilation failed:
[error] Expected key
[error] Not a valid key: Compile (similar: compile, compilers, compileJava)
[error] export server/Test/Compile/fullClasspath
Given sbt project, I haven't found an ability to run project-aware commands against the test classpath of a module. The --module flag only resolves the compile-scope classpath, so symbols from test dependencies are never found. Attempting --module /Test (following sbt's own scope syntax) results in a compilation error: