database problems in testing

I'm getting all sorts of errors from south when I try to run the tests, it tells me the table blog_posts already exists. Any ideas?

Sorry You must be a logged in, registered user to answer a question.

Answers

That's really weird. Your database name is set to :memory:, with colons on both sides?

Yeah, I tried googling around a bit, and found nothing. Yes, I can provide a pastie with my testing.py file if that would help? Thanks.
Kári Tristan Helgason on

Is it telling you that the test database already exists? If you're using the test settings, that shouldn't be possible.

Care to provide a pastie of the output when you run the tests (and your test command)?

Crap, apparently comments can't be deleted. Anyway, here is the link: http://pastie.org/private/jp0mmoipnbegrkmbbuunpg
Kári Tristan Helgason on
Sorry it took so long to reply. So the following is the terminal output when i run the test command:
Kári Tristan Helgason on
Sorry it took so long to reply. So the following is the terminal output when i run the test command:
Kári Tristan Helgason on