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

imp(ibc-testkit): revamp mock testing framework #1109

Merged
merged 50 commits into from
May 3, 2024

docs: ADR-009 to revamp testing framework (#1157)

e42acc9
Select commit
Loading
Failed to load commit list.
Merged

imp(ibc-testkit): revamp mock testing framework #1109

docs: ADR-009 to revamp testing framework (#1157)
e42acc9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 2, 2024 in 1s

81.40% of diff hit (target 64.45%)

View this Pull Request on Codecov

81.40% of diff hit (target 64.45%)

Annotations

Check warning on line 99 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L97-L99

Added lines #L97 - L99 were not covered by tests

Check warning on line 104 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L102-L104

Added lines #L102 - L104 were not covered by tests

Check warning on line 128 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L128

Added line #L128 was not covered by tests

Check warning on line 130 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L130

Added line #L130 was not covered by tests

Check warning on line 258 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L258

Added line #L258 was not covered by tests

Check warning on line 446 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L435-L446

Added lines #L435 - L446 were not covered by tests

Check warning on line 468 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L466-L468

Added lines #L466 - L468 were not covered by tests

Check warning on line 473 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L471-L473

Added lines #L471 - L473 were not covered by tests

Check warning on line 499 in ibc-testkit/src/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/context.rs#L497-L499

Added lines #L497 - L499 were not covered by tests

Check warning on line 89 in ibc-testkit/src/fixtures/core/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/fixtures/core/context.rs#L89

Added line #L89 was not covered by tests

Check warning on line 95 in ibc-testkit/src/fixtures/core/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/fixtures/core/context.rs#L95

Added line #L95 was not covered by tests

Check warning on line 96 in ibc-testkit/src/hosts/mock.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/hosts/mock.rs#L94-L96

Added lines #L94 - L96 were not covered by tests

Check warning on line 45 in ibc-testkit/src/hosts/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/hosts/mod.rs#L43-L45

Added lines #L43 - L45 were not covered by tests

Check warning on line 112 in ibc-testkit/src/hosts/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/hosts/mod.rs#L112

Added line #L112 was not covered by tests

Check warning on line 196 in ibc-testkit/src/hosts/tendermint.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/hosts/tendermint.rs#L194-L196

Added lines #L194 - L196 were not covered by tests

Check warning on line 55 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/context.rs#L53-L55

Added lines #L53 - L55 were not covered by tests

Check warning on line 77 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/context.rs#L70-L77

Added lines #L70 - L77 were not covered by tests

Check warning on line 87 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/context.rs#L80-L87

Added lines #L80 - L87 were not covered by tests

Check warning on line 307 in ibc-testkit/src/relayer/context.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/context.rs#L256-L307

Added lines #L256 - L307 were not covered by tests

Check warning on line 138 in ibc-testkit/src/relayer/integration.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/integration.rs#L138

Added line #L138 was not covered by tests

Check warning on line 87 in ibc-testkit/src/relayer/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/utils.rs#L87

Added line #L87 was not covered by tests

Check warning on line 145 in ibc-testkit/src/relayer/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/utils.rs#L145

Added line #L145 was not covered by tests

Check warning on line 190 in ibc-testkit/src/relayer/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/utils.rs#L190

Added line #L190 was not covered by tests

Check warning on line 279 in ibc-testkit/src/relayer/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/utils.rs#L279

Added line #L279 was not covered by tests

Check warning on line 357 in ibc-testkit/src/relayer/utils.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

ibc-testkit/src/relayer/utils.rs#L357

Added line #L357 was not covered by tests