This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Adding unittest for cProfile / profile command line interface
Type: Stage:
Components: Library (Lib) Versions: Python 3.7
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: louielu, serhiy.storchaka
Priority: normal Keywords:

Created on 2017-04-20 15:39 by louielu, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 1232 closed louielu, 2017-04-21 09:00
Messages (1)
msg291981 - (view) Author: Louie Lu (louielu) * Date: 2017-04-20 15:39
Serhiy provide a cProfile / profile CLI optparse to argparse patch in #18971, it is time to add up the unittest of CLI test.

I'll add the unittest these days for it.
History
Date User Action Args
2022-04-11 14:58:45adminsetgithub: 74304
2017-04-21 09:00:40louielusetpull_requests: + pull_request1350
2017-04-20 15:39:27louielucreate