Skip to content

Overhaul integration testing #125

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

Merged
merged 1 commit into from
Apr 10, 2025

Conversation

tcharding
Copy link
Member

@tcharding tcharding commented Apr 10, 2025

It has been a while since I started this project and in that time the testing strategy has evolved.

Overhaul the integration tests:

  • Use new strategy of using explicit types (vtype, mtype, and error type) so that the integration tests ensure we re-exported things correctly.

  • Remove a bunch of feature gating, thereby improving test coverage.

  • A few other little things along the way.

This patch is neigh on impossible to review with any confidence - as is typical in this lib.

Close: #122

It has been a while since I started this project and in that time the
testing strategy has evolved.

Overhaul the integration tests:

- Use new strategy of using explicit types (vtype, mtype, and error
  type) so that the integration tests ensure we re-exported things
  correctly.

- Remove a bunch of feature gating, thereby improving test coverage.

- A few other little things along the way.

This patch is neigh on impossible to review with any confidence - as
is typical in this lib.
@tcharding tcharding force-pushed the 04-09-types-re-exports branch from 52064f8 to 830a05a Compare April 10, 2025 00:35
@tcharding tcharding merged commit 9a9762c into rust-bitcoin:master Apr 10, 2025
27 checks passed
@tcharding tcharding deleted the 04-09-types-re-exports branch April 16, 2025 16:44
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

Successfully merging this pull request may close these issues.

New integration testing strategy to verify re-exports and into_model
1 participant