Jim Zelenka
Jim Zelenka
Our codebase tampers with sys.stdout and sys.stderr, so the various handler workarounds did not work for me. I ended up doing this: ``` @pytest.fixture(autouse=True) def capture_wrap(): sys.stderr.close = lambda *args:...
OOB, I was pointed to NetworkManagementClient.list_network_manager_effective_security_admin_rules(). That call has the same signature but does not exhibit this failure mode. I'm updating my code to use the alternate API. I'll leave...
Sure, here's a real example: I have a subclass of dict for tags. It verifies that the key names and values are legit for Azure resource tags. When I try...