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 a test suite for critical functionalities #1001

Open
code-geek opened this issue Sep 6, 2024 · 0 comments
Open

Add a test suite for critical functionalities #1001

code-geek opened this issue Sep 6, 2024 · 0 comments

Comments

@code-geek
Copy link
Contributor

Description

Currently we have a very limited test suite which makes it difficult to have confidence in our deployments. We want to add a test suit incrementally, starting with our most critical functionaties.

Implementation Considerations

  • Use pytest
  • Identify critical functions
  • Write comprehensive tests

Deliverable

  • A working test suite that can be invoked from local
  • Add test suite to CI/CD; before merging a PR, all tests should pass
  • Coverage report of tests; aim to have this at or greater than 90% at all times.

Dependencies

No response

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

No branches or pull requests

1 participant