Re: Can't create a test suite for a Django app

2012-04-11 Thread Benedict Verheyen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Hi all, > > I'm having trouble creating a test suite in Django 1.3. > > Say I have an installed app in a directory called app_name. One of the > files in that directory is foo.py which defines a class named Foo. I > want to test that, so I also hav

Can't create a test suite for a Django app

2012-04-10 Thread Michael Parker
Hi all, I'm having trouble creating a test suite in Django 1.3. Say I have an installed app in a directory called app_name. One of the files in that directory is foo.py which defines a class named Foo. I want to test that, so I also have a file that directory called foo_test.py which defines a cl