aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSam Guymer <sam@guymer.me>2018-05-21 20:54:10 +1000
committerSam Guymer <sam@guymer.me>2018-05-21 21:02:24 +1000
commitccb1afe90e938fc2b8619dd960a1df1937f212be (patch)
tree0d7a6b1c653393de8422e9704b9e68bb5cf7ed91 /docs
parentbcb94e252a96c78b1db29aebe47b18bfd337e764 (diff)
downloadsttp-ccb1afe90e938fc2b8619dd960a1df1937f212be.tar.gz
sttp-ccb1afe90e938fc2b8619dd960a1df1937f212be.tar.bz2
sttp-ccb1afe90e938fc2b8619dd960a1df1937f212be.zip
Code review updates
Start the test server before each backend test
Diffstat (limited to 'docs')
-rw-r--r--docs/backends/custom.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/backends/custom.rst b/docs/backends/custom.rst
index 86bfb9d..c36b1d2 100644
--- a/docs/backends/custom.rst
+++ b/docs/backends/custom.rst
@@ -146,6 +146,8 @@ Implementing a new backend is made easy as the tests are published in the ``core
"com.softwaremill.sttp" %% "core" % sttpVersion % "test" classifier "tests",
"com.github.pathikrit" %% "better-files" % "3.4.0" % "test",
+ "com.typesafe.akka" %% "akka-http" % "10.1.1" % "test",
+ "com.typesafe.akka" %% "akka-stream" % "2.5.12" % "test",
"org.scalatest" %% "scalatest" % "3.0.5" % "test"
Implement your backend and extend the ``HttpTest`` class::