-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add unit tests to client target #15
Comments
Is it fair to say that the current test coverage is limited to |
@nikhilkotian22 I think it's fair to slightly de-scope this ticket and say it's really about covering ChromeTraceConverter with tests. I'm glad you consider picking this up, please let me know if you need any further assistance. |
|
@nikhilkotian22 I think for unit-testing purposes, it's best to create instaces of Event and define classes depending on your tests. We don't have any pre-defined test events, however, you might want to check tests for parser to see how to construct events.
I think it'd be good idea to pass |
@loganek understood. I have made progress with tests. Will upload a PR soon. Some corner cases left. |
Currently we don't have unit tests for the client (aka, hawktracer-to-json).
We should add unit tests, specially to avoid regression in fixes we have done already (e.g, issue #2).
The text was updated successfully, but these errors were encountered: