mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Changes out the settings and a decent amount of test code to be pathlib compatible
This commit is contained in:
parent
7cb14374cf
commit
41bcfcaffe
9 changed files with 192 additions and 309 deletions
|
|
@ -359,7 +359,7 @@ class TestExportImport(DirectoriesMixin, FileSystemAssertsMixin, TestCase):
|
|||
self.assertIsFile(os.path.join(self.target, "manifest.json"))
|
||||
self.assertIsFile(os.path.join(self.target, "wow2", "none.pdf"))
|
||||
self.assertIsFile(
|
||||
(os.path.join(self.target, "wow2", "none_01.pdf")),
|
||||
os.path.join(self.target, "wow2", "none_01.pdf"),
|
||||
)
|
||||
|
||||
def test_export_missing_files(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue