Running Django Test Suite with pytest

2015-01-14 Thread Jozef knaperek
Hello, I'd like to know if anybody has tried to run Django's own tests via pytest. Django does have its own, quite extensive runtests.py script which is intended for testing Django codebase. I need to execute the test suite with py.test though (in order to make use of some pytest plugin). Any sug

Re: Running django test suite

2009-04-20 Thread jeffhg58
- Original Message - From: "Karen Tracey" To: django-users@googlegroups.com Sent: Friday, April 17, 2009 10:46:27 AM GMT -06:00 US/Canada Central Subject: Re: Running django test suite On Thu, Apr 16, 2009 at 1:26 PM, jeffhg58 < jeffh...@comcast.net > wrote: I re

Re: Running django test suite

2009-04-17 Thread jeffhg58
- Original Message - From: "Karen Tracey" To: django-users@googlegroups.com Sent: Friday, April 17, 2009 10:46:27 AM GMT -06:00 US/Canada Central Subject: Re: Running django test suite On Thu, Apr 16, 2009 at 1:26 PM, jeffhg58 < jeffh...@comcast.net > wrote: I re

Re: Running django test suite

2009-04-17 Thread Karen Tracey
On Thu, Apr 16, 2009 at 1:26 PM, jeffhg58 wrote: > > I recently installed django 1.1 beta and I needed to run the django > test suite. So, under the tests directory I executed runtests.py. I > received some errors when trying to execute all the tests. I was > expected that all the tests would hav

Running django test suite

2009-04-16 Thread jeffhg58
I recently installed django 1.1 beta and I needed to run the django test suite. So, under the tests directory I executed runtests.py. I received some errors when trying to execute all the tests. I was expected that all the tests would have passed. I am thinking it might be with my setup. Here are