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

refactor: implementing TestSuite #535

Merged
merged 9 commits into from Jun 30, 2023
Merged

Conversation

b00f
Copy link
Collaborator

@b00f b00f commented Jun 24, 2023

Description

This PR introduces a TestSuite for better testing. It is discussed in #534

Related to #517

@b00f b00f marked this pull request as draft June 27, 2023 07:10
@b00f b00f requested review from vlasfama, yenkhoon and Ja7ad June 29, 2023 12:51
@b00f b00f marked this pull request as ready for review June 29, 2023 12:52
@b00f b00f force-pushed the testsuite branch 2 times, most recently from aef7733 to e219bee Compare June 30, 2023 06:07
@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Merging #535 (73857dd) into main (5beaf33) will decrease coverage by 0.09%.
The diff coverage is 95.00%.

@@            Coverage Diff             @@
##             main     #535      +/-   ##
==========================================
- Coverage   83.38%   83.30%   -0.09%     
==========================================
  Files         154      154              
  Lines        7423     7243     -180     
==========================================
- Hits         6190     6034     -156     
+ Misses        952      928      -24     
  Partials      281      281              

Makefile Outdated Show resolved Hide resolved
consensus/propose_test.go Outdated Show resolved Hide resolved
consensus/propose_test.go Outdated Show resolved Hide resolved
util/testsuite/utils.go Outdated Show resolved Hide resolved
util/testsuite/testsuite.go Outdated Show resolved Hide resolved
util/testsuite/testsuite.go Show resolved Hide resolved
types/tx/tx_test.go Outdated Show resolved Hide resolved
types/block/certificate_test.go Outdated Show resolved Hide resolved
@themantre themantre enabled auto-merge (squash) June 30, 2023 11:50
@themantre themantre merged commit 3e6d144 into pactus-project:main Jun 30, 2023
12 checks passed
@b00f b00f deleted the testsuite branch June 30, 2023 11:53
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.

None yet

2 participants