summaryrefslogtreecommitdiff
path: root/tests/test_commandset.py
Commit message (Expand)AuthorAgeFilesLines
* Moved commandset tests into an isolated testEric Lin2020-08-041-367/+0
* Sort imports using isortTodd Leonhardt2020-08-041-5/+2
* Added more command validation. Moved some common behavior into private functi...Eric Lin2020-08-041-9/+51
* Added explicit tests for dir and setattr. Minor type hinting changesEric Lin2020-08-041-0/+24
* Fixes issue with locating help_ annd complete_ functions when autoloading com...Eric Lin2020-08-041-10/+136
* add ability to remove commands and commandsetsEric Lin2020-08-041-1/+93
* Added new constructor parameter to flag whether commands should autoload. Add...Eric Lin2020-08-041-0/+86