Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for bespoke tests #315

Merged
merged 4 commits into from
Aug 29, 2024
Merged

Add support for bespoke tests #315

merged 4 commits into from
Aug 29, 2024

Conversation

afd
Copy link
Member

@afd afd commented Aug 29, 2024

Adds a new test type, for bespoke tests, where a test executes a Python script that can do arbitrary things. This is useful for end-to-end testing of the behaviour of Dredd and its supporting scripts.

Also adds a particular bespoke test that checks that mutant tracking functionality.

Fixes #167.

afd added 4 commits August 29, 2024 13:54
Adds a new test type, for bespoke tests, where a test executes a
Python script that can do arbitrary things. This is useful for
end-to-end testing of the behaviour of Dredd and its supporting
scripts.

Also adds a particular bespoke test that checks that mutant tracking
functionality.

Fixes #167.
@afd afd merged commit a0cfdbc into main Aug 29, 2024
9 checks passed
@afd afd deleted the issue-167 branch August 29, 2024 14:47
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tests for mutation coverage mode
1 participant