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

sdks/cpp needs unit tests #719

Closed
devjgm opened this issue Apr 17, 2019 · 2 comments
Closed

sdks/cpp needs unit tests #719

devjgm opened this issue Apr 17, 2019 · 2 comments
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/tests Unit tests, e2e tests, anything to make sure things don't break duplicate Duplicate ticket

Comments

@devjgm
Copy link
Contributor

devjgm commented Apr 17, 2019

The C++ SDK needs some unit tests to show that it works, and to allow people to refactor the code with (some) confidence it won't be broken. The standard unit testing framework that I'd suggest is https://github.com/google/googletest

@dsazonoff
Copy link
Contributor

I'm working on it now in scope of #134.

@markmandel markmandel added area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/tests Unit tests, e2e tests, anything to make sure things don't break labels Apr 18, 2019
@roberthbailey
Copy link
Member

This is a dupe of #905 and since that one has more details, I'm going to close this one and use it as the canonical issue.

@markmandel markmandel added the duplicate Duplicate ticket label Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. area/tests Unit tests, e2e tests, anything to make sure things don't break duplicate Duplicate ticket
Projects
None yet
Development

No branches or pull requests

4 participants