Hi folks.
Are there any tools available for system testing a large, shell-callable
python script with many different command line options?
I'm aware of pytest for unit tests, but what about running a shell command
with some options, and checking its stdout for appropriate content?
Thanks.
--
D
I was looking for something else that pip used to use and I think Doug
Hellman wrote but couldn't find it. I did find
https://pypi.org/project/pytest-shell/
Sent from my phone with my typo-happy thumbs. Please excuse my brevity
On Thu, Jun 10, 2021, 12:44 Dan Stromberg wrote:
>
> Hi folks.
>
>
On 6/10/21 11:43 AM, Dan Stromberg wrote:
Hi folks.
Are there any tools available for system testingĀ a large, shell-callable
python script with many different command line options?
I'm aware of pytest for unit tests, but what aboutĀ running a shell
command with some options, and checking its