Skip to content

Commit 9a08997

Browse files
authored
Merge pull request #653 from dwijnand/integration-tests
Migrate integration tests to pure code (no HOCON)
2 parents 9575220 + 5d59990 commit 9a08997

File tree

22 files changed

+402
-444
lines changed

22 files changed

+402
-444
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ val functionalTests = Project("functional-tests", file("functional-tests"))
7171
.configs(IntegrationTest)
7272
.settings(
7373
crossScalaVersions += scala213,
74-
libraryDependencies += "com.typesafe" % "config" % "1.4.1",
7574
libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.16",
7675
libraryDependencies += munit,
7776
testFrameworks += new TestFramework("munit.Framework"),

functional-tests/src/it/java-9-module-info/problems.txt

Whitespace-only changes.

functional-tests/src/it/java-9-module-info/test.conf

Lines changed: 0 additions & 9 deletions
This file was deleted.

functional-tests/src/it/scala-library-2-10/problems.txt

Whitespace-only changes.

functional-tests/src/it/scala-library-2-10/test.conf

Lines changed: 0 additions & 4 deletions
This file was deleted.

functional-tests/src/it/scala-library-2-11/problems.txt

Whitespace-only changes.

functional-tests/src/it/scala-library-2-11/test.conf

Lines changed: 0 additions & 15 deletions
This file was deleted.

functional-tests/src/it/scala-library-2-12/problems.txt

Whitespace-only changes.

functional-tests/src/it/scala-library-2-12/test.conf

Lines changed: 0 additions & 182 deletions
This file was deleted.

functional-tests/src/it/scala-library-2-13/problems.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)