Docs: fix note about built-in support for test frameworks

This commit is contained in:
Mark Harrah 2013-02-25 09:24:04 -05:00
parent a1c70c7462
commit 9492a6b433
1 changed files with 3 additions and 4 deletions

View File

@ -450,10 +450,9 @@ packaging the project as an sbt :doc:`Plugin </Extending/Plugins>`.
Custom Test Framework
---------------------
``sbt`` contains built-in support for the three main Scala testing
libraries (specs 1 and 2, ScalaTest, and ScalaCheck). To add support for
a different framework, implement the `uniform test
interface <http://github.com/harrah/test-interface>`_.
The main Scala testing libraries have built-in support for sbt.
To add support for a different framework, implement the
`uniform test interface <http://github.com/harrah/test-interface>`_.
Custom Test Reporters
---------------------