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

Unit tests should clean up output #257

Open
davidzchen opened this issue Jun 11, 2014 · 0 comments
Open

Unit tests should clean up output #257

davidzchen opened this issue Jun 11, 2014 · 0 comments
Labels

Comments

@davidzchen
Copy link
Collaborator

With #255, unit tests are now being run at build time. However, most tests are writing output files in the current working directory (which is the root of the subproject) and not cleaning up the output files.

.gitignore files have been added so that the test output files will not be accidentally checked into source control. However, this is a stop-gap. The large numbers of test output files hinder navigation through the source tree.

The tests that are polluting the source tree should be updated so that they use an isolated working directory and clean up their output files when they exit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant