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

forge test -w freaks out with tests that use HuffDeployer #25

Open
devtooligan opened this issue Aug 3, 2022 · 1 comment
Open

forge test -w freaks out with tests that use HuffDeployer #25

devtooligan opened this issue Aug 3, 2022 · 1 comment

Comments

@devtooligan
Copy link
Contributor

Screen Shot 2022-08-03 at 1 14 58 AM

@PatrickAlphaC
Copy link
Contributor

+1

Additionally, if you use HuffConfig, foundry will stop being able to recognize tests.

ie: If I run:

forge test -m testSolveHuff

And my test looks like:

function testSolveHuff() public {
  HuffConfig hConfig = HuffDeployer.config();
}

You'll get:

No tests match the provided pattern:
        match: `testSolveHuff`

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

No branches or pull requests

2 participants