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

[FEATURE][DEVELOP] Introduce UnitTest #4

Closed
iwatake2222 opened this issue Jan 5, 2022 · 0 comments · Fixed by #13
Closed

[FEATURE][DEVELOP] Introduce UnitTest #4

iwatake2222 opened this issue Jan 5, 2022 · 0 comments · Fixed by #13

Comments

@iwatake2222
Copy link
Owner

The reason WHY this new feature is needed

  • It's important to test each logic to improve quality and prevent degradation

Describe WHAT this new feature is

Add Unit Test

HOW to achieve this new feature

  • Use GoogleTest
  • Create test directory under desktop directory
  • Under the test directory, create the same directory structure as the project. Then add test code for each sub module
  • To contain GoogleTest, we use git submodule, rather than FetchContent_Declare function in git
    • It's because, we want to avoid multiple download

Related issues

Additional context

None

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

Successfully merging a pull request may close this issue.

1 participant