mirror of https://github.com/sbt/sbt.git
update "Testing sbt plugins" url
This commit is contained in:
parent
cb756f5443
commit
52dc8cca68
|
|
@ -182,7 +182,7 @@ Integration tests
|
||||||
Scripted integration tests reside in `sbt/src/sbt-test` and are
|
Scripted integration tests reside in `sbt/src/sbt-test` and are
|
||||||
written using the same testing infrastructure sbt plugin authors can
|
written using the same testing infrastructure sbt plugin authors can
|
||||||
use to test their own plugins with sbt. You can read more about this
|
use to test their own plugins with sbt. You can read more about this
|
||||||
style of tests [here](http://eed3si9n.com/testing-sbt-plugins).
|
style of tests [here](http://www.scala-sbt.org/1.0/docs/Testing-sbt-plugins).
|
||||||
|
|
||||||
You can run the integration tests with the `sbt scripted` sbt
|
You can run the integration tests with the `sbt scripted` sbt
|
||||||
command. To run a single test, such as the test in
|
command. To run a single test, such as the test in
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue