All async model tests fail on Windows (see file attachment for test results).
Tests do not clean up after themselves as well.
Suggest using the tempfile module to generate temporary directories for the tests and placing intermediate files therein. These could then be marked for automatically removed at end of test, simplifying the test spec (e.g., no need for cleanup_work_directories())
All async model tests fail on Windows (see file attachment for test results).
Tests do not clean up after themselves as well.
Suggest using the
tempfile
module to generate temporary directories for the tests and placing intermediate files therein. These could then be marked for automatically removed at end of test, simplifying the test spec (e.g., no need forcleanup_work_directories()
)test_async_model_results.txt