Skip to content

Commit

Permalink
Merge branch 'propspec-refactoring' of https://github.com/cheeseng/sc…
Browse files Browse the repository at this point in the history
…alatest into HEAD
  • Loading branch information
cheeseng committed Jun 10, 2019
2 parents 2335154 + f81165f commit a353c02
Show file tree
Hide file tree
Showing 28 changed files with 6,369 additions and 6,076 deletions.
2 changes: 2 additions & 0 deletions project/GenScalaTestJS.scala
Expand Up @@ -221,6 +221,8 @@ object GenScalaTestJS {
copyDir("scalatest/src/main/scala/org/scalatest/freespec", "org/scalatest/freespec", targetDir, List.empty) ++
copyDir("scalatest/src/main/scala/org/scalatest/flatspec", "org/scalatest/flatspec", targetDir, List.empty) ++
copyDir("scalatest/src/main/scala/org/scalatest/prop", "org/scalatest/prop", targetDir, List.empty) ++
copyDir("scalatest/src/main/scala/org/scalatest/propspec", "org/scalatest/propspec", targetDir, List.empty) ++
copyDir("scalatest/src/main/scala/org/scalatest/wordspec", "org/scalatest/wordspec", targetDir, List.empty) ++
copyDir("scalatest/src/main/scala/org/scalatest/concurrent", "org/scalatest/concurrent", targetDir,
List(
"Waiters.scala", // skipeed because doesn't really make sense on js's single-thread environment.
Expand Down
6 changes: 6 additions & 0 deletions project/GenScalaTestNative.scala
Expand Up @@ -218,6 +218,12 @@ object GenScalaTestNative {
asyncs("scalatest/src/main/scala/org/scalatest/flatspec")
) ++
copyDir("scalatest/src/main/scala/org/scalatest/prop", "org/scalatest/prop", targetDir, List.empty) ++
copyDir("scalatest/src/main/scala/org/scalatest/propspec", "org/scalatest/propspec", targetDir,
asyncs("scalatest/src/main/scala/org/scalatest/propspec")
) ++
copyDir("scalatest/src/main/scala/org/scalatest/wordspec", "org/scalatest/wordspec", targetDir,
asyncs("scalatest/src/main/scala/org/scalatest/wordspec")
) ++
copyDir("scalatest/src/main/scala/org/scalatest/concurrent", "org/scalatest/concurrent", targetDir,
List(
"Waiters.scala", // skipeed because doesn't really make sense on js's single-thread environment.
Expand Down
22 changes: 18 additions & 4 deletions project/scalatest.scala
Expand Up @@ -807,13 +807,15 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.refspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words"
"org.scalatest.words",
"org.scalatest.wordspec"
),
OsgiKeys.importPackage := Seq(
"org.scalatest.*",
Expand Down Expand Up @@ -915,12 +917,14 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words"
"org.scalatest.words",
"org.scalatest.wordspec"
),
OsgiKeys.importPackage := Seq(
"org.scalatest.*",
Expand Down Expand Up @@ -1010,13 +1014,15 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.refspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words"
"org.scalatest.words",
"org.scalatest.wordspec"
),
OsgiKeys.importPackage := Seq(
"org.scalatest.*",
Expand Down Expand Up @@ -1160,12 +1166,14 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words"
"org.scalatest.words",
"org.scalatest.wordspec"
),
OsgiKeys.importPackage := Seq(
"org.scalatest.*",
Expand Down Expand Up @@ -1272,13 +1280,15 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.refspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words",
"org.scalatest.wordspec",
"org.scalactic",
"org.scalactic.anyvals",
"org.scalactic.exceptions",
Expand Down Expand Up @@ -1344,12 +1354,14 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words",
"org.scalatest.wordspec",
"org.scalactic",
"org.scalactic.anyvals",
"org.scalactic.exceptions",
Expand Down Expand Up @@ -1414,12 +1426,14 @@ object ScalatestBuild {
"org.scalatest.matchers",
"org.scalatest.path",
"org.scalatest.prop",
"org.scalatest.propspec",
"org.scalatest.tags",
"org.scalatest.tagobjects",
"org.scalatest.time",
"org.scalatest.tools",
"org.scalatest.verb",
"org.scalatest.words",
"org.scalatest.wordspec",
"org.scalactic",
"org.scalactic.anyvals",
"org.scalactic.exceptions",
Expand Down

0 comments on commit a353c02

Please sign in to comment.