-
Notifications
You must be signed in to change notification settings - Fork 20
docs: fre/tests documentation on the command-line tests #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #597 +/- ##
=======================================
Coverage 70.07% 70.07%
=======================================
Files 63 63
Lines 4170 4170
=======================================
Hits 2922 2922
Misses 1248 1248
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -3,6 +3,16 @@ | |||
|
|||
from fre import fre | |||
|
|||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be at the top i think, replacing the meager place-holder docstrings at L1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move the doc-strings to the top and i can approve/merge
@@ -10,6 +10,16 @@ | |||
|
|||
from fre import fre | |||
|
|||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
samethought...
@@ -4,6 +4,16 @@ | |||
|
|||
from fre import fre | |||
|
|||
""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
etc...
Describe your changes
A couple lines describing the command-line tests in each of the fre/tests tests.
Issue ticket number and link (if applicable)
Relates to issue #507 - documentation for the fre command-line tests
Checklist before requesting a review