Applied Ruff formatting and added kwarg to SimpleTestResourceWrapper …#22
Applied Ruff formatting and added kwarg to SimpleTestResourceWrapper …#22riebecj wants to merge 1 commit into
Conversation
…to disable debug capture
gchqdev227
left a comment
There was a problem hiding this comment.
Hi @riebecj,
Thank you for opening the PR. It's a bit of a pain, but please could I ask that you undo the ruff formatting you've applied, as it's not a style we're applying across the codebase. I'm aware this isn't mentioned in the contribution guide, so I'll make a note to update that ASAP.
Once that's done I'll take a look at the implementation and run the tests.
What format do you use within your code? There doesn't seem to be any apparent code formatting. |
|
@riebecj the pre-commit checks will run That, and double-quote strings! |
|


…to disable debug capture
capture_outputboolean kwarg toSimpleTestResourceWrapperto disable output capturing for use in test debugging. Defaults toTrue, so it must be disabled manually. Allow for disabling output capture inSimpleTestResourceWrapperto allow usingpdbin tests. #21