akka / alpakka

Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
https://doc.akka.io/docs/alpakka/current/
Other
1.26k stars 645 forks source link

Testkit module proposition #268

Open filosganga opened 7 years ago

filosganga commented 7 years ago

Following up the comment by @ktoso on my PR (https://github.com/akka/alpakka/pull/110#discussion_r110549803) I think would be good to have a testkit module to share some test fixture as at the moment each module seems to have its own set of fixtures.

Some of them reuse the same ActoSystem and Materializer while other modules create and destroy them each test.

raboof commented 7 years ago

Right - perhaps we could even pick some favorites to include them in akka-stream-testkit itself?