[code-quality] System testing a large, shell-callable python script

2021-06-10 Thread Dan Stromberg
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

[code-quality] Re: System testing a large, shell-callable python script

2021-06-10 Thread Ian Stapleton Cordasco
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. > >

[code-quality] Re: System testing a large, shell-callable python script

2021-06-10 Thread Mats Wichmann
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