-
Notifications
You must be signed in to change notification settings - Fork 7
Initial testing #133
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
base: main
Are you sure you want to change the base?
Initial testing #133
Conversation
b2b4782 to
f3fbbfa
Compare
ff9621e to
f9efed7
Compare
420a555 to
db5f7e9
Compare
| @@ -0,0 +1,553 @@ | |||
| // SPDX-License-Identifier: AGPL-3.0-only | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What would be better naming for this file? BaseTestSuite?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That certainly is better than StandardTestSuite.
Some other names:
- IntegrationTestSuite
- ForkTestSuite
- ModularTestBase
src/test/StakedBinaryEligibilityOracleEarningPowerCalculatorTestSuite.sol
Outdated
Show resolved
Hide resolved
b33295f to
e02db2e
Compare
--------- Co-authored-by: Alexander Keating <keating.dev@protonmail.com> Add modular testing natspec (#150) * Add modular testing natspec
e02db2e to
b2138c7
Compare
|
Coverage after merging feature/modular-testing into main will be
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Closes #125