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

Introduce Unit Tests and Code Coverage #34

Open
MobiTikula opened this issue Sep 4, 2024 · 0 comments
Open

Introduce Unit Tests and Code Coverage #34

MobiTikula opened this issue Sep 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@MobiTikula
Copy link
Collaborator

Implement unit tests using pytest.

  • unit tests
  • see project release-notes-generator (and related PRs) for inspiration.
  • do not mix pytest with unittest framework.

Implementing code coverage

  • for observation of code coverage by unit tests use pytest-cov.
  • goal is 80+% score.

Note: Unit tests have to run on both local and CI.

@MobiTikula MobiTikula added the enhancement New feature or request label Sep 4, 2024
@MobiTikula MobiTikula self-assigned this Sep 4, 2024
@miroslavpojer miroslavpojer added this to the Action PoC RLS milestone Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants