Aplopio / django_rip

MIT License
14 stars 6 forks source link

Integration tests for the Django adapter #13

Closed uttamk closed 8 years ago

uttamk commented 9 years ago

Today there is no way for me to know that a green build on Travis is actually green when I integrate rip with its clients. Therefore we need to write Django specific integration tests that can give immediate feedback.

There is an issue however to move the django adapter to another repo. If that issue gets done first, then the tests go into that repository.

uttamk commented 8 years ago

https://github.com/Aplopio/rip/pull/38 fixes this issue. We now have integration/end to end tests for the django adapter