-
# Conflicts: # tests/olevba/test_basic.py
-
Exclude RTF files from language statistics
-
Fix a SyntaxWarning in Python 3.8+
-
Fix unittests
-
tests: Re-enable samples skipped because of #215
-
Some samples triggered antivirus engines, issues #215 and #217 ended with the agreement to encapsulate problematic samples in encrypted zip containers and decrypt them on-the-fly. Initial support for this was added but that did not cover 5 tests. Create on-the-fly decryption for these tests as well and re-enable them.
-
Arg "keepends" is a non-keyword-arg in python 2.7
-
Before using log_helper in olevba logged a "finalization message", which is no longer required. Had forgotten to update unittests.
-
Oleobj preserve file extension
-
Test xlm samples
-
tests: Treat xlsb properly in ftguess tests