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

Update checkers extension for Scalatest #90

Conversation

lloydmeta
Copy link

As of ScalaTest 3.1.0, org.scalatest.prop.Checkers has been
deprecated. Moving forward only org.scalatest.check.Checkers will
be supported.

Reference: Scalatest code

As of ScalaTest 3.1.0, org.scalatest.prop.Checkers has been
deprecated. Moving forward only org.scalatest.check.Checkers will
be supported.
@frgomes
Copy link
Contributor

frgomes commented Jun 30, 2017

Please have a look at #84 and #85.
The idea is that sbt-doctest should not have intrinsic dependencies from any test framework and should not suppose (or impose) that the user employs a specific version of a given test framework.
Maybe we could work together on this task. I was considering refactor the code somehow so that the user chooses the desired test framework and, from that point, all details are defined in order to comply to such decision. More on that at #88.

@lloydmeta
Copy link
Author

That's a good point; this shouldn't be hardcoded according to version and framework. I'm in favour of doing whatever is simplest, as long as there is a reasonable default to make it easier for people to get started.

I'll close this then.

@lloydmeta lloydmeta closed this Jul 1, 2017
@lloydmeta lloydmeta deleted the fix/scalatest-checkers-deprecation branch July 1, 2017 00:56
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

Successfully merging this pull request may close these issues.

None yet

2 participants