apache / openwhisk-package-pushnotifications

OpenWhisk Package for Bluemix Push Notifications Service
Apache License 2.0
10 stars 17 forks source link

Tests fail in build and on their own in blue #26

Closed nwspeete-ibm closed 8 years ago

nwspeete-ibm commented 8 years ago

Step 1. Test manually in blue/ using gradle :tests:test. This can be done very quickly by changing the test code from blue/tests/build.gradle to run only your test: sourceSets { test { scala { srcDirs = ['../catalog/extra-packages/pushnotifications/tests/'] } } }

Step 2. Once it works manually, make sure they pass in a playground build on jenkins

nwspeete-ibm commented 8 years ago

Update on how the tests will be handled: Vincent will create a structure to copy the tests into. They should work in the new structure as they will be with the other tests.