[refactor prompt] Adds support and tests for the show method group and the search method group#737
Conversation
Merge CoZ refactor-prompt into jseagrave21 refactor-prompt
- add CommandShow and CommandSearch to prompt
revert changes
- add CommandShow and CommandSearch to prompt
- add Search.py and Show.py
- add test_search_commands.py and test_show_commands.py
- add ShowAllAssets
- add a test for ShowAllAssets
- add ShowAllAssets
|
Please split this PR into multiple. It's too big to review without losing track if changes are requested or requiring a huge effort to do so. Split it at least into the |
Okay, please confirm I should refocus this PR then have two follow on like so?
☝️ In series, not parallel (would be impossible for |
|
You can PR |
What current issue(s) does this address, or what feature is it adding?
Referring to Refactor prompt commands to be plugin based #623, this PR adds support for the
showmethod group and creates thesearchmethod group as described here Refactor prompt commands to be plugin based #623 (comment)Some methods have been updated with minor changes.
ShowAllAssetswas added to incorporate approved changes from Update/Add Asset and Contract Search Methods #667 and add continuity toshow assetandshow contractmethods.How did you solve this problem?
Trial and Error
How did you make sure your solution works?
Unittest
Are there any special changes in the code that we should be aware of?
No
Please check the following, if applicable:
make lint?make test?CHANGELOG.rst? (if not, please do)