Add list_verbs() function to Hyrax#852
Merged
Merged
Conversation
list_verbs() functionlist_verbs() function to Hyrax
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #852 +/- ##
=======================================
Coverage 66.53% 66.54%
=======================================
Files 63 62 -1
Lines 6506 6513 +7
=======================================
+ Hits 4329 4334 +5
- Misses 2177 2179 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
drewoldag
reviewed
Mar 31, 2026
Co-authored-by: Drew Oldag <47493171+drewoldag@users.noreply.github.com>
Co-authored-by: Drew Oldag <47493171+drewoldag@users.noreply.github.com>
drewoldag
requested changes
Apr 1, 2026
drewoldag
left a comment
Collaborator
There was a problem hiding this comment.
I would recommend that you make the change to the way that you're gathering the verbs to use the subclasses approach instead of searching for files in the directory.
SamSandwich07
requested review from
aritraghsh09
and removed request for
gitosaurus
April 2, 2026 02:56
drewoldag
approved these changes
Apr 13, 2026
drewoldag
left a comment
Collaborator
There was a problem hiding this comment.
Looking good. Thanks for being patient!
SamSandwich07
enabled auto-merge
April 13, 2026 22:49
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #820
Adds a
list_verbs()function tohyrax.pyand aninformation()function to theVerbclass inverb_registry.pywhich allows each verb to return a string containing information about itself; users can callh.list_verbs()to get a list of the information strings for each Verb in hyrax.