-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Combine multiple examples to one #152
Conversation
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
=======================================
Coverage 99.56% 99.56%
=======================================
Files 25 25
Lines 2516 2521 +5
=======================================
+ Hits 2505 2510 +5
Misses 11 11 ☔ View full report in Codecov by Sentry. |
...or/__snapshots__/test_generate_stubs/test_stub_docstring_creation[numpydoc-NUMPYDOC].sdsstub
Outdated
Show resolved
Hide resolved
@Masara Needs conflict resolution. |
# Conflicts: # tests/data/docstring_parser_package/numpydoc.py # tests/safeds_stubgen/stubs_generator/__snapshots__/test_generate_stubs/test_stub_docstring_creation[numpydoc-NUMPYDOC].sdsstub
Closes #139
Summary of Changes
Multiple example docstrings
are now combined to one big example docstringswill now each have an example block in Safe-DS docstrings. Previously only the first docstring was saved and others where ignored.