Skip to content

Commit

Permalink
FormatTests: assert on the total number of visits
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Oct 5, 2024
1 parent 2f0601a commit d7154a5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ class FormatTests extends FunSuite with CanRunTests with FormatAssertions {

override def afterAll(): Unit = {
logger.debug(s"Total explored: ${Debug.explored}")
if (!onlyUnit && !onlyManual)
assertEquals(Debug.explored, 1343034, "total explored")
val results = debugResults.result()
// TODO(olafur) don't block printing out test results.
// I don't want to deal with scalaz's Tasks :'(
Expand Down

0 comments on commit d7154a5

Please sign in to comment.