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

Transactional Test Cases

Open zbyte64 opened this issue 13 years ago • 0 comments

Django provides a TestCase that wraps each test in a transaction. Since document storage and indexing does not use Django's transaction system the states between tests are leaked. Dockit should provide a TestCase class that cleans up the document and index state after each test.

zbyte64 avatar Jun 06 '12 20:06 zbyte64