click-contrib / click-repl

Subcommand REPL for click apps
MIT License
215 stars 41 forks source link

Merged #68 : Added click's autocompletion support #88

Closed GhostOps77 closed 1 year ago

GhostOps77 commented 1 year ago

Added the click's autocompletion support for click v7 and v8

Also added some test cases for it And I've also segregated the test cases into separate file I've moved all the main code to utils.py, and imported only the essential parts from the code explicitly, that the user's gonna use

Solves: #69

And It also merges all my final changes in my main click-repl repository

After merging this PR, you can close these issues/PR

And after all that, don't forget to update the version number

GhostOps77 commented 1 year ago

can we check if we can consider this package for test? https://pypi.org/project/pytest-click/

You can check it whether it can be used for tests or not

But it will still test only the click commands, but not the click_repl package as far as I've seen from the docs

GhostOps77 commented 1 year ago

@auvipy Changed it, check it out

And also, I don't know what to do with the build badge, cuz there's no purpose in having it as we've remove the travis ci configs

But it's up to u now

GhostOps77 commented 1 year ago

And I think these PR/Issues can be closed as well (also updated at the 1st comment)

GhostOps77 commented 1 year ago

@auvipy hey, are u able to do the test using pytest-click?

And also, why don't you close those issues mentioned above?