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

Clean cached build file before running the test. #22

Open
chunhtai opened this issue Apr 29, 2022 · 2 comments · May be fixed by #49
Open

Clean cached build file before running the test. #22

chunhtai opened this issue Apr 29, 2022 · 2 comments · May be fixed by #49
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@chunhtai
Copy link

The build_runner build will cache build artifacts and will only rebuild if the source files changed. This sometimes makes it hard to run unittest locally.

Suggestion: the expectBuildClean will clean the build files before running the build_runner build so that it makes sure the code is regenerated every time the test is run.

@chunhtai
Copy link
Author

cc @kevmoo

@kevmoo
Copy link
Owner

kevmoo commented Dec 2, 2022

Happy to have this as an option in the function. PRs welcome!

@kevmoo kevmoo added enhancement New feature or request good first issue Good for newcomers labels Dec 2, 2022
@jtdLab jtdLab linked a pull request Jul 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants