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

Add more unit tests #264

Closed
1 task
Tracked by #250
justinkambic opened this issue Jun 1, 2022 · 1 comment
Closed
1 task
Tracked by #250

Add more unit tests #264

justinkambic opened this issue Jun 1, 2022 · 1 comment
Assignees
Labels

Comments

@justinkambic
Copy link
Contributor

justinkambic commented Jun 1, 2022

Thus far we have been approaching unit testing with the mindset of "don't write tests for anything we think might change". This is primarily related to UI components, but there are a number of untested backend functions and other areas of the project that we should cover before going GA.

It's possible this ticket will eventually become a meta issue for tracking different segments of the codebase. We might also want to improve our automation to provide easy access to metrics on unit test coverage, so we can zero in on areas that are completely untested.

Todo

@kyungeunni
Copy link
Contributor

Thanks to @justinkambic, Frontend code has very good test coverage, but we don’t have the test coverage we’d like to have on the main process part yet. However, e2e tests complement the lack of unit tests on this part so we will close this for now, and come back to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants