Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TestSuite that extends from class is silently ignored. #173

Open
sdomeshok opened this issue Aug 16, 2018 · 0 comments
Open

TestSuite that extends from class is silently ignored. #173

sdomeshok opened this issue Aug 16, 2018 · 0 comments

Comments

@sdomeshok
Copy link

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}
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant