Path to this page:
Subject: CVS commit: pkgsrc/devel/py-stdio-mgr
From: Thomas Klausner
Date: 2023-05-06 10:52:25
Message id: 20230506085225.5D760FA87@cvs.NetBSD.org
Log Message:
devel/py-stdio-mgr: import py-stdio-mgr-1.0.1
This modules helps in automating testing actual console input &
output of user-facing components.
While some functionality here is more or less duplicative of
redirect_stdout and redirect_stderr in contextlib within the standard
library, it provides (i) a much more concise way to mock both stdout
and stderr at the same time, and (ii) a mechanism for mocking stdin,
which is not available in contextlib.
Files: