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

Apply Mutation Testing #70

Open
2 tasks
ChristianBirchler opened this issue Aug 18, 2022 · 0 comments
Open
2 tasks

Apply Mutation Testing #70

ChristianBirchler opened this issue Aug 18, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ChristianBirchler
Copy link
Member

User Story

As a developer of SDC-Scissor, I want to see the scores of mutation testing so that I can assess the test suite quality.

Acceptance Criteria

Scenario 1:

  • Given: Mutation testing is configured for CI
  • When: New changes are pushed
  • And: Test suite is run
  • Then: Mutation testing is triggered
  • Then: Results are reported in README.md

Definition of Done

  • Code is reviewed
  • Code is manually tested in dev and test environments
  • All code is integrated frequently
  • Integration testing is performed
  • SonarQube check is run to determine the code metrics
  • Refactoring is done
  • Documentation is done

Tasks

  • Identify mutation testing tools for Python
  • Integrate the most suitable tool
@ChristianBirchler ChristianBirchler added the enhancement New feature or request label Aug 18, 2022
@ChristianBirchler ChristianBirchler self-assigned this Aug 18, 2022
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

1 participant