summaryrefslogtreecommitdiff
path: root/docs/testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* The functions cmd2 adds to Namespaces (get_statement() and get_handler()) ↵Kevin Van Brunt2020-08-261-1/+1
| | | | | | | are now Cmd2AttributeWrapper objects named cmd2_statement and cmd2_handler. This makes it easy to filter out which attributes in an argparse.Namespace were added by cmd2.
* Updated documentation with more explicit discussions on testingEric Lin2020-08-201-0/+46
Added unit test to verify command name validation updates.