Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved commandset tests into an isolated test | Eric Lin | 2020-08-04 | 1 | -367/+0 |
| | |||||
* | Sort imports using isort | Todd Leonhardt | 2020-08-04 | 1 | -5/+2 |
| | |||||
* | Added more command validation. Moved some common behavior into private ↵ | Eric Lin | 2020-08-04 | 1 | -9/+51 |
| | | | | functions. | ||||
* | Added explicit tests for dir and setattr. Minor type hinting changes | Eric Lin | 2020-08-04 | 1 | -0/+24 |
| | |||||
* | Fixes issue with locating help_ annd complete_ functions when autoloading ↵ | Eric Lin | 2020-08-04 | 1 | -10/+136 |
| | | | | | | command functions Adds handling of some edge cases. More thorough test coverage. | ||||
* | add ability to remove commands and commandsets | Eric Lin | 2020-08-04 | 1 | -1/+93 |
| | | | | Issue #943 | ||||
* | Added new constructor parameter to flag whether commands should autoload. ↵ | Eric Lin | 2020-08-04 | 1 | -0/+86 |
Added unit tests. Moved installing commands into separate functions that can be called Issue #943 |