catalpainternational / HarukaSMS

12 stars 3 forks source link

Question: Possible to run tests without Huawei dongle? #34

Closed msabramo closed 11 years ago

msabramo commented 12 years ago

I tried to run the tests and got a bunch of failures. I don't know if this is because I've uncovered real bugs or if it's because I don't have the dongle and can't run pygsm-gateway.py or some other user error on my part.

See test failures here: https://gist.github.com/3170924

macdhuibh commented 11 years ago

You can work on the project without the dongle, it just won't actually send out the text messags. Interaction with the SMS apps can be done through the rapidsms_httprouter console page.

The tests you encountered were from the some of the forked apps we are using within the project. Such as code_generator, polls, XForms, etc. As we update the component parts we hope to see more passing tests. :)

Thanks again for your interest.