Make testing for orphaned file handles and temporary files optional.

Allows for running tests in parallel.
This commit is contained in:
Roberto Rosario
2017-02-17 18:50:36 -04:00
parent 0078600e62
commit e090628d72
2 changed files with 45 additions and 37 deletions

View File

@@ -95,6 +95,9 @@ Other changes
- Add custom test runner replacing the custom management command runtests.
The 'test-all' Makefile target that called the `runtests` command has been removed too.
- Testing for orphaned temporary files and orphaned file handles is now optional and
controlled by the COMMON_TEST_FILE_HANDLES and COMMON_TEST_FILE_HANDLES settings.
Removals
--------
- Removal of the OCR_TESSERACT_PATH configuration setting.