Skip to content
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

Improve code coverage to 100% #42

Open
jurieotto opened this issue Sep 29, 2018 · 2 comments
Open

Improve code coverage to 100% #42

jurieotto opened this issue Sep 29, 2018 · 2 comments
Assignees

Comments

@jurieotto
Copy link
Contributor

It would be nice to get the code coverage to 100%. Then the report would immediately jump out at you whenever a line of code is missed during any newly added feature.

I would not mind getting stuck in the testing, but most of the unit testing python packages and tools are new to me. @bryanyang0528 would it perhaps be possible for you to add some unit testing instructions to help me getting started with this endeavor?

@bryanyang0528
Copy link
Owner

@jurieotto The unit test of this project is complicated because I use vcrpy(https://github.com/kevin1024/vcrpy) to simulate responses from KSQL server. You can read more information about vcrpy here(https://github.com/kevin1024/vcrpy).

I'm not sure if it's the best way for unit testing, but it's rather easy than use mock for API. If you have any suggestions, please don't be hesitate and let me know. Maybe I can add an instruction first and we can disscuss it. Thank you.

@KenCox94 KenCox94 self-assigned this Jul 26, 2022
@KenCox94
Copy link
Collaborator

will get on this as soon as I can

@KenCox94 KenCox94 added the WIP label Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants