futurice / festapp-server

http://futurice.github.io/festapp-server/
MIT License
18 stars 19 forks source link

Api testing #42

Closed deiga closed 10 years ago

deiga commented 10 years ago
phadej commented 10 years ago

Make tests pass on travis as well: http://docs.travis-ci.com/user/database-setup/

aajanki commented 10 years ago

Mark expected failures as ignored with it.skip(...), or preferably fix the root cause of the failure.

Some tests fail on Travis because they expect redis (https://travis-ci.org/futurice/festapp-server/builds/22873662). Enable redis on Travis: http://docs.travis-ci.com/user/database-setup/#Redis (or mock redis?).

deiga commented 10 years ago

@phadej @aajanki Fixed