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

Tests should be moved into a proper testing framework #78

Closed
fsareshwala opened this issue Mar 22, 2016 · 1 comment
Closed

Tests should be moved into a proper testing framework #78

fsareshwala opened this issue Mar 22, 2016 · 1 comment
Assignees

Comments

@fsareshwala
Copy link
Contributor

Currently, QFS tests are (a) far and few between, and (b) stored as independent programs with their own main functions that are run by the qfstest.sh script. This setup is brittle and doesn't encourage more unit tests being added -- it isn't currently as easy to add unit tests as it should be.

Instead, we need to use an automated test suite (e.g. Google Test) which has proper unit testing support. We should move the brittle tests over to the new system as soon as possible.

@fsareshwala fsareshwala self-assigned this Mar 22, 2016
@fsareshwala fsareshwala modified the milestone: Test Mar 22, 2016
@fsareshwala
Copy link
Contributor Author

Being tracked in the QFS JIRA: https://quantcast.atlassian.net/browse/QFS-78

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