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

Move build_executable from setUp to runTest #87

Open
mandli opened this issue Jul 31, 2015 · 0 comments
Open

Move build_executable from setUp to runTest #87

mandli opened this issue Jul 31, 2015 · 0 comments

Comments

@mandli
Copy link
Member

mandli commented Jul 31, 2015

This move would negate a lot of duplicated code and it makes more sense to build the code (if need be) in the body of the test and not the setup. Unfortunately this would break a all the tests that implement their own runTest since these functions will have to call build_executable there instead now.

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

1 participant