#sbt-doctest
Explore tagged Tumblr posts
implicitly-notes 8 years ago
Text
sbt-doctest 0.6.0
Changes
Add support for uTest. Contributed by @frgomes. #78
Remove dependencies as preparation for ScalaJS. Contributed by @frgomes. #80
Remove dependencies from test libraries. Contributed by @frgomes #85
ScalaTest >= 3.1.0 support #92
Migration from 0.5.0
doctestWithDependencies key is removed. Please add libraryDependencies according to doctestTestFramework manually.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.2.0
Changes
specs2 support. Tests are generated for specs2 when you set doctestTestFramework := "specs2".
New setting key doctestWithDependencies. It controls whether doctestSettings provides libraryDependencies or not.
Fixed the StackOverflowError issue (#33). Thanks to @fthomas.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
2 notes View notes
implicitly-notes 9 years ago
Text
sbt-doctest 0.4.1
Changes
Changed to watch markdown files for test when testing with ~ test. #68
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
1 note View note
implicitly-notes 9 years ago
Text
sbt-doctest 0.4.0
Changes
Now DoctestPlugin is a kind of AutoPlugin. It's automatically enabled for JVM projects. #55
Encoded HTML entities are supported against parsing restrictions of scaladoc. It's enabled by doctestDecodeHtmlEntities := true. Contributed by @rgladwell. #64
Tests in markdown code fragments are supported. It's enabled by doctestMarkdownEnabled := true. Contributed by @rgladwell. #65
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 10 years ago
Text
sbt-doctest 0.3.5
Changes
Improved formatting of generated test sources #54.
Resolved unused import warnings #57.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.3.4
Changes
It now uses -encoding in scalacOptions when reading source files. It uses UTF-8 when an encoding is not specified. Fixed #48. Thanks to @gakuzzzz and @xuwei-k.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.3.2
Changes
Improved failed test output when using ScalaCheck. It now shows actual and expected values.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.3.1
Changes
Support multiline output.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.3.0
Changes
Support ScalaCheck as standalone test framework.
Default testing framework is changed from ScalaTest to ScalaCheck.
Breaking changes
doctestTestFramework now takes DoctestTestFramework.ScalaTest, DoctestTestFramework.Specs2 or DoctestTestFramework.ScalaCheck instead of string.
Propety style now must return boolean.
Please try it out, and send feedback to https://github.com/tkawachi/sbt-doctest/issues
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.1.1
Changes
Allow more declarations including abstract, case, class, implicit, lazy, object, sealed, trait and type. Contributed by @fthomas.
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes
implicitly-notes 11 years ago
Text
sbt-doctest 0.1.0
Changes
Test type equality in the REPL style
Allow val, var, and def definitions in all styles
Improve test descriptions
sbt-doctest is a sbt plugin that generates tests from examples in ScalaDoc.
0 notes