List of "python -m" tools

Steven D'Aprano steve at pearwood.info
Mon Jan 12 00:22:27 EST 2015


On Sun, 11 Jan 2015 20:17:48 -0800, Miki Tebeka wrote:

> Greetings,
> 
> I've compiled a list of "python -m" tools at
> pythonwise.blogspot.com/2015/01/python-m.html.
> 
> Did I miss something? What are your favorite "python -m" tools?

The three I use all the time are:

- doctools
- unittest
- my own custom test suites



-- 
Steven



More information about the Python-list mailing list