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 additional specs for contract validation #37

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

KevinBrowne
Copy link
Member

The specs for contract validation did not specifically test for the cases where a contract class had methods specifying rest (**args), keyrest (**kwargs) or block (&block) parameters.

Add tests for these cases to protect against bugs being introduced to the validation.

The specs for contract validation did not specifically test for the
cases where a contract class had methods specifying rest (**args),
keyrest (**kwargs) or block (&block) parameters.

Add tests for these cases to protect against bugs being introduced to
the validation.
@KevinBrowne KevinBrowne self-assigned this Apr 9, 2024
Copy link

codeclimate bot commented Apr 9, 2024

Code Climate has analyzed commit d7fa9b6 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (95% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@KevinBrowne KevinBrowne merged commit f889718 into master Apr 10, 2024
12 checks passed
@KevinBrowne KevinBrowne deleted the add_contract_tests branch April 10, 2024 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants