On Thursday, 20 February 2014 00:35:43 UTC+5:30, Andrew Pashkin wrote: > > 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 attachment. I was tested it with Django 1.4.10. Command that > I used: > PYTHONPATH=..:$PYTHONPATH py.test > > I checked. Some of them were failing because 'raise unittest.SkipTest()' was used to skip over them, which is not supported by Py.Test. I'm looking into the others. :)
-- You received this message because you are subscribed to the Google Groups "Django developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/917234d5-4961-429b-90fc-895a75f66c86%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
