Skip to content

TestSuite that extends from class is silently ignored. #173

@sdomeshok

Description

@sdomeshok

A test-suite that is found in a class rather than an object is silently ignored by the test-runner. This is a fairly simple beginner mistake to make.

class MainTest extends TestSuite {
  val tests: Tests = Tests {
    "Basic test" - {1 ==> 1}
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions