Skip to content

Commit

Permalink
chore: Fix tests after force push to get git history
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 18, 2024
1 parent beff7a5 commit 9b701b4
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions tests/shared/src/test/scala/munit/FrameworkSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,8 @@ package munit

class FrameworkSuite extends BaseFrameworkSuite {
val tests: List[FrameworkTest] = List[FrameworkTest](
SwallowedExceptionSuite,
InterceptFrameworkSuite,
CiOnlyFrameworkSuite,
DiffProductFrameworkSuite,
FailFrameworkSuite,
FailSuiteFrameworkSuite,
TestNameFrameworkSuite,
ScalaVersionFrameworkSuite,
FixtureOrderFrameworkSuite,
TagsIncludeFramweworkSuite,
TagsIncludeExcludeFramweworkSuite,
TagsExcludeFramweworkSuite,
SuiteTransformCrashFrameworkSuite,
SuiteTransformFrameworkSuite,
TestTransformCrashFrameworkSuite,
TestTransformFrameworkSuite,
ValueTransformCrashFrameworkSuite,
ValueTransformFrameworkSuite,
ScalaCheckFrameworkSuite,
AsyncFunFixtureFrameworkSuite,
AsyncFixtureTeardownFrameworkSuite,
DuplicateNameFrameworkSuite,
FullStackTraceFrameworkSuite,
SmallStackTraceFrameworkSuite,
AssertionsFrameworkSuite,
Issue179FrameworkSuite,
Issue285FrameworkSuite,
Issue497FrameworkSuite,
Issue583FrameworkSuite,
ScalaCheckExceptionFrameworkSuite,
BoxedFrameworkSuite,
SkippedFrameworkSuite
)
tests.foreach { t => check(t) }
}

0 comments on commit 9b701b4

Please sign in to comment.