summaryrefslogtreecommitdiff
path: root/tests/test_commandset.py
Commit message (Collapse)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 ↵Eric Lin2020-08-041-9/+51
| | | | functions.
* 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 ↵Eric Lin2020-08-041-10/+136
| | | | | | command functions Adds handling of some edge cases. More thorough test coverage.
* add ability to remove commands and commandsetsEric Lin2020-08-041-1/+93
| | | | Issue #943
* Added new constructor parameter to flag whether commands should autoload. ↵Eric Lin2020-08-041-0/+86
Added unit tests. Moved installing commands into separate functions that can be called Issue #943