summaryrefslogtreecommitdiff
path: root/tests/test_submenu.py
Commit message (Collapse)AuthorAgeFilesLines
* Extract submenu code to new projectkotfu2018-05-091-181/+0
|
* Removed the expensive imports from cmd2/__init__.pyEric Lin2018-04-251-1/+1
| | | | | | | Added some shared definitions to cmd2/__init__.py -> maybe there's a better place for these? Figured out how to trick bash into showing argument hints. It's a bit weird. Updated all of the tests and examples to import cmd2 resources from their new location without the automatic imports in cmd2/__init__.py For #369
* Most of the unit tests fixed.kotfu2018-04-161-1/+1
|
* Basic structure for cmd2 as a packagekotfu2018-04-161-1/+1
|
* Revert "Basic structure for cmd2 as a package"kotfu2018-04-161-1/+1
| | | | This reverts commit 4a3d01b679c5db7f6cb670ca981a953eb3b98dc5.
* Basic structure for cmd2 as a packagekotfu2018-04-161-1/+1
| | | | Still have a fair amount of work to do to get this sorted.
* add tests for preserve sharesAlberto Sartori2018-03-141-11/+41
|
* AddSubMenu should work with default kwargsAlberto Sartori2018-03-131-1/+14
|
* Added separate test fixture for SecondLevel app by itselfTodd Leonhardt2018-02-071-4/+11
|
* Attempt to fix unit testsTodd Leonhardt2018-02-071-31/+55
|
* Added tests for submenuCalvin Lobo2018-02-041-0/+107