From ccb1afe90e938fc2b8619dd960a1df1937f212be Mon Sep 17 00:00:00 2001 From: Sam Guymer Date: Mon, 21 May 2018 20:54:10 +1000 Subject: Code review updates Start the test server before each backend test --- docs/backends/custom.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') 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:: -- cgit v1.2.3