typesafehub / sbt-conductr

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

Add acceptance tests #131

Closed markusjura closed 8 years ago

markusjura commented 8 years ago

Add acceptance tests for all conduct commands incl. all optional options.

To tests these commands it is necessary to install the conductr-cli and to run the sandbox command of the conductr-cli. The travis.yml has been changed accordingly.

huntc commented 8 years ago

I like it! I'd merge but tests are failing...

markusjura commented 8 years ago

Fixes https://github.com/sbt/sbt-conductr/issues/74 and https://github.com/sbt/sbt-conductr/issues/128

markusjura commented 8 years ago

Note, that travis needs now pip3 and python to install the conductr-cli. It also needs to docker in order to start the sandbox. Therefore the travis.yml has been changed accordingly.