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

Use Google Test instead of Python unittest for testing in runner #6

Closed
lfyuomr-gylo opened this issue Jan 30, 2020 · 0 comments
Closed
Assignees
Labels
refactoring Something is wrong in the code, even though it doesn't affect the way it functions

Comments

@lfyuomr-gylo
Copy link
Owner

Reimplement existing unit tests in pure C++ using Google Test framework, in order to make tests easier to debug and allow fine-grained testing.

@lfyuomr-gylo lfyuomr-gylo added the refactoring Something is wrong in the code, even though it doesn't affect the way it functions label Jan 30, 2020
@lfyuomr-gylo lfyuomr-gylo self-assigned this Jan 30, 2020
lfyuomr-gylo added a commit that referenced this issue Feb 4, 2020
* runner was split to library and executable so that it could be linked to tests and be executed in the same process in order to simplify debugging.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Something is wrong in the code, even though it doesn't affect the way it functions
Projects
None yet
Development

No branches or pull requests

1 participant