django-dockit
django-dockit copied to clipboard
Transactional Test Cases
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.