stevedlawrence commented on a change in pull request #50: Move CLI tests to sbt
integration
URL: https://github.com/apache/incubator-daffodil/pull/50#discussion_r171369622
##########
File path: project/Dependencies.scala
##########
@@ -39,12 +39,12 @@ object Dependencies {
lazy val cli = Seq(
"org.fusesource.jansi" % "jansi" % "1.14",
"org.rogach" %% "scallop" % "0.9.5", // new version avail. 2.0.5 requires
code changes
- "net.sf.expectit" % "expectit-core" % "0.8.1" % "test",
+ "net.sf.expectit" % "expectit-core" % "0.8.1" % "it,test",
)
lazy val test = Seq(
- "junit" % "junit" % "4.11" % "test",
- "com.novocode" % "junit-interface" % "0.11" % "test",
- "org.scalacheck" %% "scalacheck" % "1.13.4" % "test"
+ "junit" % "junit" % "4.11" % "it,test",
Review comment:
I don't think it matters to sbt, but most examples I can find of this type
of thing do not use spaces. This seems to be the sbt standard for this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services