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

Provide the ability to redeploy programs for each test file #73

Closed
armaniferrante opened this issue Feb 8, 2021 · 2 comments
Closed
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@armaniferrante
Copy link
Member

Currently the deploy happens once for the entire test suite.

@armaniferrante
Copy link
Member Author

A cheap way to implement this would be to effectively run anchor test <file> for all test files in the tests/ directory--enabled by a flag, e.g., anchor test --redeploy.

@armaniferrante armaniferrante added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 23, 2021
@paul-schaaf
Copy link
Contributor

this has been solved by #1681 although we might want more configurability eventually (currently each test suite can use their own Test.toml but they all share the the same cli args)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants