Ensure documents directory still exists after nested deletion

This commit is contained in:
Wolf-Bastian Poettner 2020-02-17 19:49:47 +00:00
parent 534eb7de91
commit 0ac93e8891

View File

@ -264,6 +264,8 @@ class TestDate(TestCase):
"/documents/originals/none/none"), False)
self.assertEqual(os.path.isdir(settings.MEDIA_ROOT +
"/documents/originals/none"), False)
self.assertEqual(os.path.isdir(settings.MEDIA_ROOT +
"/documents/originals"), False)
@override_settings(MEDIA_ROOT="/tmp/paperless-tests-{}".
format(str(uuid4())[:8]))