-
The pre-read test found a bug in oleobj for zipped-xml files. Will fix with next commit.
-
Forgot to set this back to False after testing
-
They actually found a few \ in strings I had overlooked
-
Replace #print(...) with DEBUG_FLAG and conditional print(...)
-
Looking for reason for ResourceWarning abount unclosed BufferedReader, but this was not the cause...
-
Will add excel test code and samples later, no need to have separate folders for different file types.
-
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).
-
Want to use the OutputCapture in another unit test. There will probably be more such test helpers over time that need to be imported from different unit tests.
-
These tests capture stdout to check whether msodde finds dde links correctly
-
This should help avoiding some common mistakes when adding new unit tests
-
The test documents supplied here may contain DDE links but these only start calc.exe. No links to web pages there.