Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

Test Errors #21

Open
waustin opened this issue Mar 28, 2011 · 1 comment
Open

Test Errors #21

waustin opened this issue Mar 28, 2011 · 1 comment

Comments

@waustin
Copy link

waustin commented Mar 28, 2011

When run ./manage.py test djangoratings I receive the following 3 times
DatabaseError: no such table: djangoratings_ratingtestmodel

I see that this model is defined in tests.py but can't figure out when it is supposed to be created so that it exists for the tests.

@andreslucena
Copy link

Same here, error in djangoratings/tests.py, line 67, in setUp:
self.instance = RatingTestModel.objects.create()

Seems that it isn't creating the test table.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants