Aplopio / django_rip

MIT License
14 stars 6 forks source link

Make all assertions in tests consistent #7

Closed uttamk closed 8 years ago

uttamk commented 9 years ago

We currently depend on pyhamcrest for test assertions in most places. This was a hangover from the pre py.test days. All tests should now use python asserts.

uttamk commented 8 years ago

@vedarthk not sure if this is relevant. PyHamcrest is a perfectly valid way of writing assertions. It may not be consistent with other codebases in Aplopio. There is no reason I see for keeping it consistent with the internal codebases at Aplopio. Hence closing this issue