Make sure SearchTests calls the parent setUpClass method.
Review Request #8701 — Created Jan. 31, 2017 and submitted
The
SearchTests
test case was definingsetUpClass
, but that didn't call the
superclass' implementation. On Django 1.6 that's OK, but on 1.8 the
superclass'tearDownClass
expects some state that was set up earlier.
Ran the unit tests with Django 1.8