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

Optional argument expectations #3

Merged
merged 1 commit into from
Mar 9, 2014
Merged

Conversation

thevisus
Copy link
Contributor

@thevisus thevisus commented Mar 6, 2014

Allow arguments to be bypassed when checking expectations.

Sometimes it's impossible to anticipate the args - such as in an insert
in which fields are generated in an unpredictable way.

Sometimes args don't need to be checked at all, as the focus of the test
is on a different aspect of the database/query.

sometimes it's impossible to anticipate the args (such as in an
insert), sometimes args don't need to be checked
l3pp4rd added a commit that referenced this pull request Mar 9, 2014
Optional argument expectations
@l3pp4rd l3pp4rd merged commit 2e154ee into DATA-DOG:master Mar 9, 2014
@l3pp4rd
Copy link
Member

l3pp4rd commented Mar 9, 2014

thanks ;)

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

Successfully merging this pull request may close these issues.

2 participants