From 92e10991df0d168d1972d4618fcc7e02e2e0a0fa Mon Sep 17 00:00:00 2001 From: Sam Guymer Date: Thu, 17 May 2018 20:11:22 +1000 Subject: Move backend tests into their projects Instead of having a single project which tests all backends, each backend now implements a http test trait along with a streaming test trait if it supports streaming. The test http server has been moved into its own project and is started automatically before running a backends test. This allows each backend to be tested without the possibility of dependency eviction from another backend or the test http server. It also has the side effect of parallelizing the tests providing a speed up when run with multiple cores. --- .../src/test/scala/com/softwaremill/sttp/impl/scalaz/package.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implementations/scalaz/src/test/scala/com/softwaremill/sttp/impl/scalaz/package.scala') diff --git a/implementations/scalaz/src/test/scala/com/softwaremill/sttp/impl/scalaz/package.scala b/implementations/scalaz/src/test/scala/com/softwaremill/sttp/impl/scalaz/package.scala index 8ac6446..27b4759 100644 --- a/implementations/scalaz/src/test/scala/com/softwaremill/sttp/impl/scalaz/package.scala +++ b/implementations/scalaz/src/test/scala/com/softwaremill/sttp/impl/scalaz/package.scala @@ -1,6 +1,6 @@ package com.softwaremill.sttp.impl -import com.softwaremill.sttp.testing.streaming.ConvertToFuture +import com.softwaremill.sttp.testing.ConvertToFuture import _root_.scalaz.concurrent.Task import _root_.scalaz.{-\/, \/-} -- cgit v1.2.3