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