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]: Implement unit tests #72

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

HarryVasanth
Copy link
Collaborator

Related issues

Closes #30

What does this PR do?

Add unit tests for all of our implemented features.

Solution Overview

Add unit tests and relevant GitHub action to facilitate CI.

Implementation Details

  • Create unit tests using the unit test framework. The tests will be placed in a tests directory.
  • Add workflow to run these tests on demand as well as on pull requests and pushes on the main branch.

@HarryVasanth HarryVasanth added the 🪄 enhancement New feature or enhancement label Jun 3, 2024
@HarryVasanth HarryVasanth self-assigned this Jun 3, 2024
@HarryVasanth HarryVasanth force-pushed the feat/implement-unit-tests branch from 90984fd to a0bd32d Compare November 9, 2024 22:48
@HarryVasanth HarryVasanth marked this pull request as ready for review November 9, 2024 22:50
@HarryVasanth HarryVasanth marked this pull request as draft November 9, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪄 enhancement New feature or enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE]: improve debug local tests
1 participant