typesafehub / sbt-conductr

Typesafe ConductR plugin for sbt
Other
29 stars 22 forks source link

Enhance scripted tests to include all substasks #74

Closed dsugden closed 8 years ago

dsugden commented 9 years ago

Add scripted tests for all subtasks: load,run,stop,unload.

This could be enabled with a (task? test plugin?) in the sbt-test build.sbt that mocks a conductr server.

in test:

controlServer 127.0.0.1:9005

startConductRMock 127.0.0.1:9005

conduct load file:///......

checkLoad

...

markusjura commented 9 years ago

Will be fixed together with issue #110.

markusjura commented 8 years ago

Solved by https://github.com/sbt/sbt-conductr/pull/131.