django-ratings icon indicating copy to clipboard operation
django-ratings copied to clipboard

Test Errors

Open waustin opened this issue 13 years ago • 1 comments

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.

waustin avatar Mar 28 '11 16:03 waustin

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.

andreslucena avatar May 07 '11 15:05 andreslucena