-
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.
-
To avoid triggering antivirus engines, we can encrypt files with a default password and decrypt them before testing.
-
With this change we replace the relative import. Also use with-statement to open test file, so file is always closed after reading (python3 unittest issued a warning).