Write tests for all the apps
@DESHRAJ can I work on this ?
@insomniac12 sure you can always pick something :) @DESHRAJ assigning it to @insomniac12 if that's okay :)
@shriyanka :+1: Yeah sure. Go ahead. @insomniac12 Let me know if you need sample tests from my side so that can help you.
@DESHRAJ yes ,I need the sample tests !!
@insomniac12 For time being you can refer this link for basic understanding of writing Tests in django: https://docs.djangoproject.com/en/1.9/topics/testing/overview/ http://toastdriven.com/blog/2011/apr/10/guide-to-testing-in-django/ https://realpython.com/blog/python/testing-in-django-part-1-best-practices-and-examples/ rest @DESHRAJ will provide you with samples.
@shriyanka Thanks.I have read these all . I want to know if there is anything specific or different to be done for the extended user model ??
@insomniac12 see this http://stackoverflow.com/questions/15073227/django-unit-test-simple-example
You can get started with this for now. I will write some tests as I get time. You should start writing and create a PR so that we can see and make changes as required.