What new features does this PR implement?
Please summarize the features that this PR implements. As relevant, please indicate the issues that the PR closes.
Adds Optional default setting for StandardOutputCapturerLevel to Config object. Adjusted default setting from "c" to "python" (closes #135)
Adds type annotations to functions
What bugs does this PR fix?
Please summarize the bugs that this PR fixes. As relevant, please indicate the issues that the PR closes.
Fixes frozen stdout and no-output issues like this one
How have you tested this PR?Pytest, and self testing.
What new features does this PR implement? Please summarize the features that this PR implements. As relevant, please indicate the issues that the PR closes.
Optional
default setting forStandardOutputCapturerLevel
toConfig
object. Adjusted default setting from"c"
to"python"
(closes #135)What bugs does this PR fix? Please summarize the bugs that this PR fixes. As relevant, please indicate the issues that the PR closes.
stdout
and no-output issues like this oneHow have you tested this PR?
Pytest
, and self testing.