Re: [GSOC] Improving the Test-Suite

2014-02-19 Thread Andrew Pashkin
BTW - I recent;y trid to run Django test suite with Py.test and pytest-django plugin and achived some success - main problem, that some tests are failing and reason of it is not clear to me yet. This solution require pytest, django-pytest packages and lightweight configuration. See patch in atta

Re: [GSOC] Improving the Test-Suite

2014-02-19 Thread Akshay Jaggi
I just finished reading the unittest documentation. I'll start with the Django testing code ( the definitions for SimpleTestCase, TransactionTestCase, TestCase, etc.) tomorrow. Any feedback at this time, would be quite encouraging. Even a -0 or a -1 would tell me if I need suitable course corre