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

Parameterized tests #7

Closed
nemequ opened this issue Jan 12, 2016 · 0 comments
Closed

Parameterized tests #7

nemequ opened this issue Jan 12, 2016 · 0 comments

Comments

@nemequ
Copy link
Owner

nemequ commented Jan 12, 2016

I've been thinking about how to integrate µnit in Squash. Squash is an interesting case because it has many plugins, each of which contain 1 or more codec, each of which operates at 1 or more different compression level. We currently only test each codec at the default level, but it would be nice to test them all.

Parameterized tests would let us support use cases like this in a fairly clean way. Allowing callbacks to generate a list of parameter values would make things a lot cleaner for some users (including Squash). The API is going to require some thought, but I think it would be worth the effort.

nemequ added a commit that referenced this issue Jan 13, 2016
Sorry this isn't finer-grained; it made more sense to do this all
at once.

#7
#6
#3
@nemequ nemequ closed this as completed Jan 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant