summaryrefslogtreecommitdiff
path: root/tests_isolated
Commit message (Collapse)AuthorAgeFilesLines
* Verify that a completer function is defined in a CommandSet beforeEric Lin2020-08-065-0/+1137
passing it a CommandSet instance. Search for a CommandSet instance that matches the completer's parent class type.` Resolves Issue #967 Renamed isolated_tests directory to tests_isolated for better visual grouping. Added some exception documentation