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

test harness for profillic, etc. #3

Open
tedholzman opened this issue Oct 7, 2011 · 0 comments
Open

test harness for profillic, etc. #3

tedholzman opened this issue Oct 7, 2011 · 0 comments

Comments

@tedholzman
Copy link
Contributor

It would probably be a good idea to refactor the tests in seqantests, quicktests, profusetests, etc. into individual unit tests within a test harness. There are (at least) two test harness packages which would work pretty quickly. CppUnit is a port of JUnit, and seems to have good support assertions at test-time. Known advantage: I'm somewhat familiar with JUnit. The Boost Test Library is another option. Known advantage: we're already using Boost and won't have to add another 3rd party product.

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