Andrey Prygunkov
0461f2ad55
#604 : fixed an LGTM alert for Python
2019-01-19 13:44:09 +01:00
Andrey Prygunkov
a97a6d7c7f
#604 : fixed LGTM alerts for Python
2019-01-19 11:56:18 +01:00
Andrey Prygunkov
8f63eef312
#595 : functional tests for par-join issue
...
Some tests are failing because the issue isn’t fixed yet.
2019-01-16 22:46:05 +01:00
Andrey Prygunkov
f52f5b5de9
#558 : fixed test failures
2018-07-06 18:08:53 +02:00
Andrey Prygunkov
ab1238dde4
#558 : added tests for unpack CRC error
2018-06-22 20:06:45 +02:00
Andrey Prygunkov
758ce4047b
#525 : force par-check for nzbs without archives
2018-06-19 22:37:45 +02:00
Andrey Prygunkov
8bffb51974
fixed #528 : tests may fails on Windows due to locked files
2018-04-02 20:12:54 +02:00
Andrey Prygunkov
eb18608522
#443 : functional tests find 7z and par2 automatically
2017-09-15 20:25:40 +02:00
Simon Nicolussi
49a0292053
#437 : don't rely on sizes of externally generated files
...
Tests that try to match exact file sizes are prone to break for unexpected versions of p7zip and par2cmdline.
2017-08-31 22:38:42 +02:00
Andrey Prygunkov
cad3116b5b
#392 : Windows crash dump support
...
Also renamed option "DumpCore" to "CrashDump"; new option "CrashTrace".
2017-06-10 13:13:16 +02:00
Andrey Prygunkov
98cc4817fe
#362 , #382 : fixed crash during direct rename
...
which may happen if download errors occurred.
2017-05-23 20:51:23 +02:00
Andrey Prygunkov
14b40d6712
#362 : discard unneeded data after direct rename
...
Now also discarding data when download completes without direct rename
being able to process files (due to download errors).
2017-05-23 19:39:09 +02:00
Andrey Prygunkov
48020e8901
#361 : fixed failing test
2017-04-30 21:36:35 +02:00
Andrey Prygunkov
62b3d47b43
#362 : redesigned renaming
...
Spread RenameInfo into FileInfo and NzbInfo to make the state easier to
save on disk
2017-04-28 23:55:41 +02:00
Andrey Prygunkov
ddb9333ca6
#362 : discard partially downloaded par2-files
...
to solve issues with par-checker, par-renamer and avoid saving state
for these files.
2017-04-28 18:36:27 +02:00
Andrey Prygunkov
964e8311a9
#362 : renaming files
2017-04-20 21:28:06 +02:00
Andrey Prygunkov
895dd12e4d
#362 : another functional test for direct renamer
2017-04-19 18:59:09 +02:00
Andrey Prygunkov
8b79a81eaf
#362 : functional tests for direct renamer
...
(new tests currently fail)
2017-04-18 19:58:12 +02:00
Andrey Prygunkov
f107802f0e
#361 : pp-param "*naming"
...
to define naming scheme for downloaded files: “nzb” - use file names
from nzb, “article” - use file names from article metadata (default).
2017-04-15 01:39:40 +02:00
Andrey Prygunkov
7faf1fe64b
#361 : prefer file names from nzb
...
to names from article body; to better handle obfuscated posts.
2017-04-14 20:36:00 +02:00
Andrey Prygunkov
639e0b6bfb
#327 : reverted non-strict par2-filename matching
...
To handle article subjects with non-parseable filenames. Also created a
functional test for this case.
2017-01-17 22:18:34 +01:00
Andrey Prygunkov
f2073ff920
#327 : better handing of damaged par2-files in par-renamer
...
If par-renamer can’t load par2-file another par2-file is downloaded and
par-renamer tries again.
2017-01-17 00:23:29 +01:00
Andrey Prygunkov
df11d1acb4
#301 : functional tests for api-method "editqueue"
...
And a small fix in edit-commands GroupMoveAfter and GroupMoveBefore.
2016-11-08 21:02:36 +01:00
Andrey Prygunkov
53f4992eeb
#279 : corrected generation of test files
2016-10-18 21:51:22 +02:00
Andrey Prygunkov
3ae1be1ca4
#294 : handling of incomplete obfuscated rar-archives
...
and special file extensions; new option “UnpackIgnoreExt” honored by
rar-renamer and unpacker.
2016-10-16 13:21:58 +02:00
Andrey Prygunkov
b1b5405809
#291 : new option "PostStrategy" to configure multi-post-processing
...
instead of option “ParExclusive”.
2016-10-14 00:07:13 +02:00
Andrey Prygunkov
3604534850
#291 : functional tests for multi-processing
2016-10-12 00:30:23 +02:00
Andrey Prygunkov
53e504d974
fixed failing functional tests
2016-10-03 23:39:34 +02:00
Andrey Prygunkov
ed4761db37
#288 : unit and functional tests for encrypted rar files
2016-09-30 19:32:55 +02:00
Andrey Prygunkov
db7bc4314f
#288 : rar-rename as a separate post-processing stage
...
Made rar-rename a separate post-processing stage which runs after
par-repair, in order to restore archive file names after possible
repair stage (which could rename files back to obfuscated names if
rar-rename were run before par-repair).
2016-09-28 22:22:18 +02:00
Andrey Prygunkov
8a21626bf6
#288 : sophisticated renaming for rar-files
2016-09-27 23:34:42 +02:00
Andrey Prygunkov
804f8ab085
#288 : integrated rar-renamer into post-processing
...
also implemented initial simple renaming for rar-files
2016-09-26 21:55:41 +02:00
Andrey Prygunkov
16aef2e7a8
#288 : functional tests for par-renamer and rar-renamer
...
Rar-renamer tests are currently failing as the feature isn’t completed
yet.
2016-09-25 21:08:45 +02:00
Andrey Prygunkov
fb8c6b9cd3
#279 : size of test files
...
can now be adjusted via pytest.ini; reduced default sizes to speed up
tests.
2016-09-19 22:04:49 +02:00
Andrey Prygunkov
f28c049c12
fixed #284 : API-method "append" and dupe check
...
method “append” returns nzb-id also for items added straight to history.
2016-09-17 20:38:57 +02:00
Andrey Prygunkov
dd141e4cf5
#279 : initial collection of functional tests
2016-09-13 22:05:10 +02:00