Skip to content

Commit

Permalink
community build: add scalatestplus-testng
Browse files Browse the repository at this point in the history
It is a dependency of the ScalaTest test suite since ScalaTest 3.2.4
  • Loading branch information
griggt committed Apr 14, 2021
1 parent 24f4f88 commit 4a74d6f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,6 @@
[submodule "community-build/community-projects/play-json"]
path = community-build/community-projects/play-json
url = https://github.com/dotty-staging/play-json.git
[submodule "community-build/community-projects/scalatestplus-testng"]
path = community-build/community-projects/scalatestplus-testng
url = https://github.com/dotty-staging/scalatestplus-testng.git
1 change: 1 addition & 0 deletions community-build/community-projects/scalatestplus-testng
Submodule scalatestplus-testng added at f7a439
8 changes: 8 additions & 0 deletions community-build/src/scala/dotty/communitybuild/projects.scala
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,13 @@ object projects:
dependencies = List(scalatest)
)

lazy val scalatestplusTestNG = SbtCommunityProject(
project = "scalatestplus-testng",
sbtTestCommand = "test",
sbtPublishCommand = "publishLocal",
dependencies = List(scalatest)
)

lazy val scalaXml = SbtCommunityProject(
project = "scala-xml",
sbtTestCommand = "xml/test",
Expand Down Expand Up @@ -739,6 +746,7 @@ def allProjects = List(
projects.protoquill,
projects.onnxScala,
projects.playJson,
projects.scalatestplusTestNG,
)

lazy val projectMap = allProjects.groupBy(_.project)
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class CommunityBuildTestA extends CommunityBuildTest:
@Test def izumiReflect = projects.izumiReflect.run()
@Test def scalaSTM = projects.scalaSTM.run()
@Test def scalatest = projects.scalatest.run()
@Test def scalatestplusTestNG = projects.scalatestplusTestNG.run()
// 'Sciss/Lucre' dependencies:
// @Test def scissEqual = projects.scissEqual .run()
// @Test def scissFingerTree = projects.scissFingerTree.run()
Expand Down

0 comments on commit 4a74d6f

Please sign in to comment.