-
Notifications
You must be signed in to change notification settings - Fork 2
added pretty printing for config, indexer, searcher #39
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
Conversation
|
@codetalker7 review ? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
==========================================
+ Coverage 56.93% 56.96% +0.03%
==========================================
Files 16 16
Lines 699 739 +40
==========================================
+ Hits 398 421 +23
- Misses 301 318 +17 ☔ View full report in Codecov by Sentry. |
|
A minor thing about tests: can you also add some simple tests which just call the |
|
i struggled with the tests a bit, would you mind taking a look? |
|
resolved |
|
Thanks @vovw! |
makes it much easier to inspect the objects than the default printing which dumps all fields at once.
