- Notifications
You must be signed in to change notification settings - Fork590
Allow parameters in custom test functions#64
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Allow parameters in custom test functions#64
Uh oh!
There was an error while loading.Please reload this page.
Conversation
tests/test_queries.py Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
You're using a string for44, not an int. This breaks the tests for Python3 and PyPy3 (seehttps://travis-ci.org/msiemens/tinydb/builds/68895961).
msiemens commentedJun 30, 2015
There's a tiny mistake in a test, but otherwise it looks good! |
lordjabez commentedJun 30, 2015
Should I just remove that test? I only included the string comparison because there was a similar one for the previous test case. |
lordjabez commentedJun 30, 2015
Ahh, I see the issue now. I'll simply remove the test. |
235902d to9f55011Compare…r-custom-testAllow parameters in custom test functions
This is to address issue#63.