-
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).